about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
Diffstat (limited to 'Src')
-rw-r--r--Src/builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/builtin.c b/Src/builtin.c
index 5b95cc4fd..18daad4fa 100644
--- a/Src/builtin.c
+++ b/Src/builtin.c
@@ -3263,7 +3263,7 @@ bin_functions(char *name, char **argv, Options ops, int func)
 	}
 	shf = (Shfunc) shfunctab->getnode(shfunctab, *argv);
 	if (!shf) {
-	    zwarnnam(name, "no such funciton: %s", *argv);
+	    zwarnnam(name, "no such function: %s", *argv);
 	    return 1;
 	}
 	if (shf->node.flags & PM_UNDEFINED) {