diff --git a/setenv b/setenv index 73df221..93165fe 100755 --- a/setenv +++ b/setenv @@ -24,7 +24,7 @@ then echo "Pip installing pppadump" if [ ! "$(pip install -e pppadump/)" ] then - echo "pppadum doesn't seem to be fetched yet. Run the following git command to do so (and run setenv again):" + echo "pppadump doesn't seem to be fetched yet. Run the following git command to do so (and run setenv again):" echo "> git submodule update --init --recursive" return else