summaryrefslogtreecommitdiff
path: root/pygments/lexers/_phpbuiltins.py
diff options
context:
space:
mode:
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 '->' 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':