summaryrefslogtreecommitdiff
path: root/pygments/lexers/_phpbuiltins.py
diff options
context:
space:
mode:
authorwhatthejeff <devnull@localhost>2011-04-20 17:14:15 -0500
committerwhatthejeff <devnull@localhost>2011-04-20 17:14:15 -0500
commitf449c206d406781438e81f60e1eed4b0617f21b3 (patch)
treeef8bfdd10577c04b8218030b400d200b38ebbf10 /pygments/lexers/_phpbuiltins.py
parent600da644dc2a8db05fba9a17e34dea55cc9ee347 (diff)
downloadpygments-f449c206d406781438e81f60e1eed4b0617f21b3.tar.gz
Fixed a typo.
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 2e7d143a..dc91eb9a 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 actualy functions
+ # These are dummy manual pages, not actually functions
if module == 'PHP Options/Info':
modules[module].remove('main')
elif module == 'Filesystem':