summaryrefslogtreecommitdiff
path: root/examples/functions/autoload.v4
diff options
context:
space:
mode:
Diffstat (limited to 'examples/functions/autoload.v4')
-rw-r--r--examples/functions/autoload.v44
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/functions/autoload.v4 b/examples/functions/autoload.v4
index 7f60563b..850c6148 100644
--- a/examples/functions/autoload.v4
+++ b/examples/functions/autoload.v4
@@ -427,7 +427,7 @@ NOTES
bypass the shim creation and just source in the function's file
directly. For a few calls, the overhead of repeatedly running the
shim is not expensive, but in a tight loop, it might be. Caveat
- Programer.
+ Programmer.
o Although the number of functions in the environment does not change
by using 'autoload', the amount of memory they take up can be greatly
@@ -453,7 +453,7 @@ NOTES
the simplest to implement for -p and -s operations that are not
heavily used.
- As a consquence of this (and other reasons), the AUTOLOAD* namespace
+ As a consequence of this (and other reasons), the AUTOLOAD* namespace
is reserved for autoloading. Make sure you check any functions that
you bring under autoload for use of variables or functions that start
with AUTOLOAD and change them.