]> err.no Git - sope/commitdiff
fixed a small typo
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sat, 24 Jun 2006 09:00:34 +0000 (09:00 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sat, 24 Jun 2006 09:00:34 +0000 (09:00 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1279 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/Templates/WOHTMLParser.m

index 32534525377c8cfdd8f1543805ff64e8a8034b66..5ebb7d73b0537e7122eb943c31ffdf147f0636d3 100644 (file)
@@ -479,7 +479,7 @@ static WOElement *_parseHashElement(NSZone *_zone, const unichar *_buffer,
   hadSlashAfterHash = (_buffer[*_idx] == '/') ? YES : NO;
   
   if (hadSlashAfterHash) {
-    /* a tag starting like this: "<#/", probably an type */
+    /* a tag starting like this: "<#/", probably a typo */
     [self warnWithFormat:@"typo in hash close tag ('<#/' => '</#')."];
   }