diff options
author | whatthejeff <devnull@localhost> | 2011-04-20 17:14:15 -0500 |
---|---|---|
committer | whatthejeff <devnull@localhost> | 2011-04-20 17:14:15 -0500 |
commit | f449c206d406781438e81f60e1eed4b0617f21b3 (patch) | |
tree | ef8bfdd10577c04b8218030b400d200b38ebbf10 /pygments/lexers/_phpbuiltins.py | |
parent | 600da644dc2a8db05fba9a17e34dea55cc9ee347 (diff) | |
download | pygments-f449c206d406781438e81f60e1eed4b0617f21b3.tar.gz |
Fixed a typo.
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 2e7d143a..dc91eb9a 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 actualy functions + # These are dummy manual pages, not actually functions if module == 'PHP Options/Info': modules[module].remove('main') elif module == 'Filesystem': |