summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2018-12-28 07:04:42 -0600
committerDavid Beazley <dave@dabeaz.com>2018-12-28 07:04:42 -0600
commita37e0839583d683d95e70ce1445c0063c7d4bd21 (patch)
treee69cc508976b6def58faf0afea85acb7e2331f78
parentd714f1b28248d983fd2ac8f29944d898157c7518 (diff)
downloadply-a37e0839583d683d95e70ce1445c0063c7d4bd21.tar.gz
Minor typo fixes
-rw-r--r--ply/cpp.py4
-rw-r--r--ply/lex.py6
-rw-r--r--ply/yacc.py4
3 files changed, 7 insertions, 7 deletions
diff --git a/ply/cpp.py b/ply/cpp.py
index 812f957..de3956b 100644
--- a/ply/cpp.py
+++ b/ply/cpp.py
@@ -16,9 +16,9 @@
# * Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
-# * Neither the name of the David Beazley or Dabeaz LLC may be used to
+# * Neither the name of David Beazley or Dabeaz LLC may be used to
# endorse or promote products derived from this software without
-# specific prior written permission.
+# specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/ply/lex.py b/ply/lex.py
index f89e936..bc9ed34 100644
--- a/ply/lex.py
+++ b/ply/lex.py
@@ -5,7 +5,7 @@
# David M. Beazley (Dabeaz LLC)
# All rights reserved.
#
-# Latest version: https://github.com/dabeaz/ply# Latest version: https://github.com/dabeaz/ply
+# Latest version: https://github.com/dabeaz/ply
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
@@ -16,9 +16,9 @@
# * Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
-# * Neither the name of the David Beazley or Dabeaz LLC may be used to
+# * Neither the name of David Beazley or Dabeaz LLC may be used to
# endorse or promote products derived from this software without
-# specific prior written permission.
+# specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/ply/yacc.py b/ply/yacc.py
index 9461e73..108c43d 100644
--- a/ply/yacc.py
+++ b/ply/yacc.py
@@ -16,9 +16,9 @@
# * Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
-# * Neither the name of the David Beazley or Dabeaz LLC may be used to
+# * Neither the name of David Beazley or Dabeaz LLC may be used to
# endorse or promote products derived from this software without
-# specific prior written permission.
+# specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT