mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
configure.ac: Fix typo
'direcotry' => 'directory'
This commit is contained in:
parent
e38217683c
commit
3707dcbf33
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ fi
|
|||
# installed
|
||||
#
|
||||
|
||||
AC_ARG_VAR( [docdir], [Documentation direcotry] )
|
||||
AC_ARG_VAR( [docdir], [Documentation directory] )
|
||||
|
||||
if test -z $docdir; then
|
||||
docdir=$datadir/doc/fish
|
||||
|
|
Loading…
Reference in a new issue