diff options
author | whatthejeff <devnull@localhost> | 2011-04-20 17:21:11 -0500 |
---|---|---|
committer | whatthejeff <devnull@localhost> | 2011-04-20 17:21:11 -0500 |
commit | ae9cd868fab0bcfd8fee758bbfc6cfc5504c2d8b (patch) | |
tree | 72e6b0bdc510839e853a99c2d2ab89f5c721d2dd /pygments/lexers/_phpbuiltins.py | |
parent | f449c206d406781438e81f60e1eed4b0617f21b3 (diff) | |
download | pygments-ae9cd868fab0bcfd8fee758bbfc6cfc5504c2d8b.tar.gz |
Better typo fix.
Diffstat (limited to 'pygments/lexers/_phpbuiltins.py')
-rw-r--r-- | pygments/lexers/_phpbuiltins.py | 2 |
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 '->' 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': |