From: helge Date: Wed, 30 Aug 2006 13:29:48 +0000 (+0000) Subject: fixed a minor comment X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35571f75caa57358e08ada35e36e5e69da1fa208;p=sope fixed a minor comment git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1353 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/NGObjWeb/Templates/WODParser.m b/sope-appserver/NGObjWeb/Templates/WODParser.m index ab0f93c6..d3f0ce94 100644 --- a/sope-appserver/NGObjWeb/Templates/WODParser.m +++ b/sope-appserver/NGObjWeb/Templates/WODParser.m @@ -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");