Skip to content

Commit 7aa0e09

Browse files
committed
Fix typo in comment regarding symlink flags in autogen.sh
1 parent f3206cc commit 7aa0e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ case "$0" in
1010
* ) srcdir="";; # Otherwise
1111
esac
1212

13-
# If install-only is explicitly requested, disbale symlink flags
13+
# If install-only is explicitly requested, disable symlink flags
1414
case " $* " in
1515
*" -i "* | *" --install"* ) symlink_flags="" ;;
1616
* ) symlink_flags="--install --symlink" ;;

0 commit comments

Comments
 (0)