diff options
author | Wez Furlong <wez@php.net> | 2005-02-09 06:14:48 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-02-09 06:14:48 +0000 |
commit | d57a1695003b63d988839c554f0546ddaa38f8a3 (patch) | |
tree | e00b76925061ab705a1c652734c9e7a85b92c5f9 | |
parent | dbaa3bfdfabbe62cb92d9f01c48d7765faa39407 (diff) | |
download | php-git-d57a1695003b63d988839c554f0546ddaa38f8a3.tar.gz |
typo fix
-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 |