Skip to content

Commit

Permalink
Merge pull request tomaz#251 from ryanmaxwell/master
Browse files Browse the repository at this point in the history
Fix typo again.
  • Loading branch information
tomaz committed Sep 10, 2012
2 parents 730402d + cb0a793 commit 1029408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Generating/GBDocSetOutputGenerator.m
Expand Up @@ -84,7 +84,7 @@ - (BOOL)copyOrMoveSourceFilesToDocuments:(NSError **)error {

- (BOOL)processInfoPlist:(NSError **)error {
#define addVarUnlessEmpty(var,key) if ([var length] > 0) [vars setObject:var forKey:key]
GBLogInfo(@"Writting DocSet Info.plist...");
GBLogInfo(@"Writing DocSet Info.plist...");
NSString *templateFilename = @"info-template.plist";
NSString *templatePath = [self templatePathForTemplateEndingWith:templateFilename];
if (!templatePath) {
Expand Down Expand Up @@ -124,7 +124,7 @@ - (BOOL)processInfoPlist:(NSError **)error {
}

- (BOOL)processNodesXml:(NSError **)error {
GBLogInfo(@"Writting DocSet Nodex.xml file...");
GBLogInfo(@"Writing DocSet Nodex.xml file...");
NSString *templateFilename = @"nodes-template.xml";
NSString *templatePath = [self templatePathForTemplateEndingWith:templateFilename];
if (!templatePath) {
Expand Down Expand Up @@ -161,7 +161,7 @@ - (BOOL)processNodesXml:(NSError **)error {
}

- (BOOL)processTokensXml:(NSError **)error {
GBLogInfo(@"Writting DocSet Tokens.xml files...");
GBLogInfo(@"Writing DocSet Tokens.xml files...");

// Get the template and prepare single Tokens.xml file for each object.
NSString *templatePath = [self templatePathForTemplateEndingWith:@"tokens-template.xml"];
Expand Down

0 comments on commit 1029408

Please sign in to comment.