Skip to content

Commit

Permalink
cleaning up tiny uncommitted issues
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@435 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Feb 4, 2009
1 parent 5acb02d commit f456199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/xsd/xbgf.xsd
Expand Up @@ -122,7 +122,7 @@
<xsd:element name="define">
<xsd:annotation>
<xsd:documentation>
An undefined nonterminal is resovled. The nonterminal must be in
An undefined nonterminal is resolved. The nonterminal must be in
use. The introduce operator should be used when a fresh nonterminal
is to be defined. The add operator should be used when an existing
definition is to be extended.
Expand Down
2 changes: 1 addition & 1 deletion topics/extraction/html2bgf/html2bgf.py
Expand Up @@ -432,7 +432,7 @@ def preprocessConstruct(fn):
elif cont and choices:
# line continuation
if countspaces(oldline)>countspaces(line):
print 'RR: Line continuation enforced while parsing',name,'- indentation went from',countspaces(oldline),'to 0'
print 'Line continuation enforced while parsing',name,'- indentation went from',countspaces(oldline),'to 0'
pessimistic[1] += 1
for i in range(0,len(a)):
choices[-1][0].append(a[i])
Expand Down

0 comments on commit f456199

Please sign in to comment.