diff --git a/Tools/AGSOutput.m b/Tools/AGSOutput.m
index 3907163d9..51d810f22 100644
--- a/Tools/AGSOutput.m
+++ b/Tools/AGSOutput.m
@@ -566,7 +566,7 @@ static BOOL snuggleStart(NSString *t)
[str appendString: @" \n"];
if ([comment length] == 0)
{
- comment = @"Descripttion forthcoming.";
+ comment = @"Description forthcoming.";
}
[self reformat: comment withIndent: 12 to: str];
[str appendString: @" \n"];
@@ -751,7 +751,7 @@ static BOOL snuggleStart(NSString *t)
[str appendString: @"\n"];
if ([comment length] == 0)
{
- comment = @"Descripttion forthcoming.";
+ comment = @"Description forthcoming.";
}
[self reformat: comment withIndent: ind + 2 to: str];
for (j = 0; j < ind; j++) [str appendString: @" "];