Skip to content

Commit

Permalink
Again with the typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Maxwell committed Sep 10, 2012
1 parent 730402d commit cb0a793
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 { - (BOOL)processInfoPlist:(NSError **)error {
#define addVarUnlessEmpty(var,key) if ([var length] > 0) [vars setObject:var forKey:key] #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 *templateFilename = @"info-template.plist";
NSString *templatePath = [self templatePathForTemplateEndingWith:templateFilename]; NSString *templatePath = [self templatePathForTemplateEndingWith:templateFilename];
if (!templatePath) { if (!templatePath) {
Expand Down Expand Up @@ -124,7 +124,7 @@ - (BOOL)processInfoPlist:(NSError **)error {
} }


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


- (BOOL)processTokensXml:(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. // Get the template and prepare single Tokens.xml file for each object.
NSString *templatePath = [self templatePathForTemplateEndingWith:@"tokens-template.xml"]; NSString *templatePath = [self templatePathForTemplateEndingWith:@"tokens-template.xml"];
Expand Down

0 comments on commit cb0a793

Please sign in to comment.