Skip to content

Commit 2be8676

Browse files
committed
autogen.sh: Small Typo Fix
Implement and contribute one small typographical fix, thereby improving the readability of the script's check for the existence of the `m4` top-level directory.
1 parent 7231e67 commit 2be8676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ else
5959
bail_out
6060
fi
6161

62-
# create m4 directory if it not exists
62+
# create m4 directory if it does not exist
6363
if [ ! -d m4 ]; then
6464
mkdir m4
6565
fi

0 commit comments

Comments
 (0)