Skip to content

Commit 2fe321c

Browse files
lahackerchristirichards
authored andcommitted
Replace all misspelled instances of "Gregor" with "Greger"
1 parent eed2071 commit 2fe321c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Daily Dozen/Daily Dozen/Base.lproj/LaunchScreen.storyboard

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
66
</dependencies>
77
<scenes>
8-
<!--Dr. Gregor's Daily Dozen-->
8+
<!--Dr. Greger's Daily Dozen-->
99
<scene sceneID="6oS-e3-zaW">
1010
<objects>
11-
<tableViewController title="Dr. Gregor's Daily Dozen" id="bi5-Ii-JUA" sceneMemberID="viewController">
11+
<tableViewController title="Dr. Greger's Daily Dozen" id="bi5-Ii-JUA" sceneMemberID="viewController">
1212
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="60" sectionHeaderHeight="28" sectionFooterHeight="28" id="Shr-KC-Pat">
1313
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
1414
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -31,7 +31,7 @@
3131
<outlet property="delegate" destination="bi5-Ii-JUA" id="5b0-q1-f6S"/>
3232
</connections>
3333
</tableView>
34-
<navigationItem key="navigationItem" title="Dr. Gregor's Daily Dozen" id="J60-3G-IXl"/>
34+
<navigationItem key="navigationItem" title="Dr. Greger's Daily Dozen" id="J60-3G-IXl"/>
3535
</tableViewController>
3636
<placeholder placeholderIdentifier="IBFirstResponder" id="dzc-Rg-uAj" userLabel="First Responder" sceneMemberID="firstResponder"/>
3737
</objects>

Daily Dozen/Daily Dozen/View Controllers/DailyReportViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ @implementation DailyReportViewController
3737

3838
- (id)init {
3939
if ((self = [super init])) {
40-
self.title = @"Dr. Gregor's Daily Dozen";
40+
self.title = @"Dr. Greger's Daily Dozen";
4141

4242
NSError *error = nil;
4343

0 commit comments

Comments
 (0)