summaryrefslogtreecommitdiffstats
path: root/util/dofile.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/dofile.pl')
-rw-r--r--util/dofile.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/dofile.pl b/util/dofile.pl
index 36827e350a..0f2e8f0b53 100644
--- a/util/dofile.pl
+++ b/util/dofile.pl
@@ -106,7 +106,7 @@ sub quotify1 {
# quotify_l LIST
# For each defined element in LIST (i.e. elements that aren't undef), have
-# it quotified with 'quotofy1'
+# it quotified with 'quotify1'
sub quotify_l {
map {
if (!defined($_)) {