summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorW-Mark Kubacki <wmark@hurrikane.de>2010-03-22 15:07:09 +0100
committerW-Mark Kubacki <wmark@hurrikane.de>2010-03-22 15:07:09 +0100
commit40e56cf36025451c7975d6bcf4f326f21a7e70a6 (patch)
treef3d705c622864e1c5376588d0d9e433f4ef6a82b
parentcdc355e7788c67d364d91ac700745f3af0cc94bd (diff)
downloadfcgiwrap-40e56cf36025451c7975d6bcf4f326f21a7e70a6.tar.xz
fcgiwrap-40e56cf36025451c7975d6bcf4f326f21a7e70a6.zip
grammar
-rw-r--r--README.rst2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b449c3f..390d104 100644
--- a/README.rst
+++ b/README.rst
@@ -33,7 +33,7 @@ To install::
make install
*fcgiwrap* will be copied to ``/usr/local/bin/fcgiwrap``.
-You can omit ``make install`` and install it e.g., in ``/usr/sbin`` by hand.
+You can omit ``make install`` and install it e.g. to ``/usr/sbin`` by hand.
usage
-----
diff --git a/configure.ac b/configure.ac
index e019983..24c0a6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ AC_FUNC_FORK
AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
AC_FUNC_MALLOC
AC_CHECK_FUNCS([strchr strdup strrchr])
-AC_CHECK_FUNCS([dup2 putenv select setenv strerror],, [AC_MSG_ERROR([seems as if your libraries doesn't provide an expected function])])
+AC_CHECK_FUNCS([dup2 putenv select setenv strerror],, [AC_MSG_ERROR([seems as if your libraries don't provide an expected function])])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT