ctags: fix typos

"funtions" -> "functions"
"beeing" -> "being"
This commit is contained in:
fetsorn
2023-05-09 18:02:17 +04:00
parent 18bb97f46b
commit 2472601dd4
@@ -53,7 +53,7 @@ with pkgs.lib;
"--regex-PHP=/function[ \\t]+([^ (]*)/\\1/f/"
];
# Javascript: also find unnamed functions and funtions beeing passed within a dict.
# Javascript: also find unnamed functions and functions being passed within a dict.
# the dict properties is used to implement duck typing in frameworks
# var foo = function () { ... }
# {