Commit 2472601d authored by fetsorn's avatar fetsorn
Browse files

ctags: fix typos

"funtions" -> "functions"
"beeing" -> "being"
parent 18bb97f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 () { ... }
  # {