From 2472601dd4fc9098fa76ec43324487cc21921bc3 Mon Sep 17 00:00:00 2001 From: fetsorn Date: Mon, 8 May 2023 22:28:46 +0400 Subject: [PATCH] ctags: fix typos "funtions" -> "functions" "beeing" -> "being" --- pkgs/development/tools/misc/ctags/wrapped.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/ctags/wrapped.nix b/pkgs/development/tools/misc/ctags/wrapped.nix index f658e78d5db0..2bc3aa5ecf4f 100644 --- a/pkgs/development/tools/misc/ctags/wrapped.nix +++ b/pkgs/development/tools/misc/ctags/wrapped.nix @@ -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 () { ... } # {