diff options
author | Andres Gomez <agomez@igalia.com> | 2013-05-03 12:31:07 +0300 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-05-03 09:51:54 +0000 |
commit | 91f7fabe4f5c34f8a67de0a1fcd2df1f0d0819c3 (patch) | |
tree | c667a5b1b1ad91f9498671fc5a5dc1b8f1b54767 | |
parent | 12af4ae6fd084e0605af07a46d6933ceaeb186e9 (diff) |
configure: minor typo
Change-Id: I13e4b91f62a3cbe02e504004b177efdcbe939edc
Reviewed-on: https://gerrit.libreoffice.org/3754
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7c4582df9e2d..86d0f7527e54 100644 --- a/configure.ac +++ b/configure.ac @@ -1437,7 +1437,7 @@ AC_ARG_WITH(libpq-path, the PostgreSQL-SDBC extension.]) [ Usage: --with-libpq-path=<absolute path to - your libq installation> + your libpq installation> ], ,) |