diff options
author | Tim Potter <tpot@samba.org> | 2005-08-01 01:39:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:30:14 -0500 |
commit | f9dc465aa6ce82fb737d1739edaea6a2b742cb69 (patch) | |
tree | 7443f493d46ee8d841fc03c54bcc70aebb6e7fc3 /source4/build | |
parent | b9cbfe64a7bb3be3ba2705776519d129105de8d3 (diff) | |
download | samba-f9dc465aa6ce82fb737d1739edaea6a2b742cb69.tar.gz samba-f9dc465aa6ce82fb737d1739edaea6a2b742cb69.tar.xz samba-f9dc465aa6ce82fb737d1739edaea6a2b742cb69.zip |
r8878: Spelling fixes. (-:
(This used to be commit f850faca9797c9818a46fec72dba069cac5a6db7)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/pidl/idl.yp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/pidl/idl.yp b/source4/build/pidl/idl.yp index 40d2809dadf..d5838d0c437 100644 --- a/source4/build/pidl/idl.yp +++ b/source4/build/pidl/idl.yp @@ -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 { {} } |