]> err.no Git - sope/commitdiff
fixed a minor comment
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 30 Aug 2006 13:29:48 +0000 (13:29 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 30 Aug 2006 13:29:48 +0000 (13:29 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1353 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/Templates/WODParser.m

index ab0f93c60c111b21bcc599e022ef91a01151a88d..d3f0ce94f0340c089a5712528cc39fc7618d0a1a 100644 (file)
@@ -735,7 +735,7 @@ static NSDictionary *_parseDict(NSZone *_zone,
         didFail = YES;
         break; // unexpected EOF
       }
-      // no we need a '=' assignment
+      // now we need a '=' assignment
       if (_buffer[*_idx] != '=') {
         *_exception = _makeException(*_exception, _buffer, *_idx, _len,
                                      @"expected '=' after key in dictionary");