about summary refs log tree commit diff
path: root/buildtools/configure.pl
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/configure.pl')
-rwxr-xr-xbuildtools/configure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/configure.pl b/buildtools/configure.pl
index 4e6ff21a..4eeb97de 100755
--- a/buildtools/configure.pl
+++ b/buildtools/configure.pl
@@ -125,7 +125,7 @@ sub flow($) {
     my ($unflowed) = @_;
 #-----------------------------------------------------------------------------
 #  Return the text $unflowed, split with newlines into 72 character lines.
-#  We assum $unflowed is pure text, without any kind of formatting characters
+#  We assume $unflowed is pure text, without any kind of formatting characters
 #  such as newlines.
 #-----------------------------------------------------------------------------
     my $retval;