summaryrefslogtreecommitdiff
path: root/pygments/lexers/_phpbuiltins.py
diff options
context:
space:
mode:
authorwhatthejeff <devnull@localhost>2011-04-20 17:21:11 -0500
committerwhatthejeff <devnull@localhost>2011-04-20 17:21:11 -0500
commitae9cd868fab0bcfd8fee758bbfc6cfc5504c2d8b (patch)
tree72e6b0bdc510839e853a99c2d2ab89f5c721d2dd /pygments/lexers/_phpbuiltins.py
parentf449c206d406781438e81f60e1eed4b0617f21b3 (diff)
downloadpygments-ae9cd868fab0bcfd8fee758bbfc6cfc5504c2d8b.tar.gz
Better typo fix.
Diffstat (limited to 'pygments/lexers/_phpbuiltins.py')
-rw-r--r--pygments/lexers/_phpbuiltins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/_phpbuiltins.py b/pygments/lexers/_phpbuiltins.py
index dc91eb9a..674be069 100644
--- a/pygments/lexers/_phpbuiltins.py
+++ b/pygments/lexers/_phpbuiltins.py
@@ -3739,7 +3739,7 @@ if __name__ == '__main__':
if '-&gt;' not in fn and '::' not in fn:
modules[module].append(fn)
- # These are dummy manual pages, not actually functions
+ # These are dummy manual pages, not actual functions
if module == 'PHP Options/Info':
modules[module].remove('main')
elif module == 'Filesystem':