diff options
-rw-r--r-- | ext/pdo/Makefile.frag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/Makefile.frag b/ext/pdo/Makefile.frag index 60f0f10690..88c255bd03 100644 --- a/ext/pdo/Makefile.frag +++ b/ext/pdo/Makefile.frag @@ -26,7 +26,7 @@ install-pdo-headers: @echo "If you'd like to have PDO show up in the list of installed" @echo "packages when you run \"pear list\", you may now run" @echo "\"sudo pear install package.xml\"" - @echo "this time, when prompted to press enter, you shold type" + @echo "this time, when prompted to press enter, you should type" @echo "\"no\" and press enter instead." # mini hack |