Author: tpot Date: 2005-08-01 01:39:24 +0000 (Mon, 01 Aug 2005) New Revision: 8878
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8878 Log: Spelling fixes. (-: Modified: branches/SAMBA_4_0/source/build/pidl/idl.yp Changeset: Modified: branches/SAMBA_4_0/source/build/pidl/idl.yp =================================================================== --- branches/SAMBA_4_0/source/build/pidl/idl.yp 2005-08-01 01:29:36 UTC (rev 8877) +++ branches/SAMBA_4_0/source/build/pidl/idl.yp 2005-08-01 01:39:24 UTC (rev 8878) @@ -5,14 +5,14 @@ -# the precedence actually doesn't matter at all for this grammer, but +# the precedence actually doesn't matter at all for this grammar, but # by providing a precedence we reduce the number of conflicts # enormously %left '-' '+' '&' '|' '*' '>' '.' '/' '(' ')' '[' ',' ';' ################ -# grammer +# grammar %% idl: #empty { {} }
