1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

r8878: Spelling fixes. (-:

(This used to be commit f850faca9797c9818a46fec72dba069cac5a6db7)
This commit is contained in:
Tim Potter 2005-08-01 01:39:24 +00:00 committed by Gerald (Jerry) Carter
parent b9cbfe64a7
commit f9dc465aa6

View File

@ -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 { {} }