summaryrefslogtreecommitdiffstats
path: root/src/postgresql.mk
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2017-09-23 14:53:26 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2017-09-24 14:37:34 (GMT)
commitd2d244a9ea2e47effb95abd622981a49954be338 (patch)
tree3be391f22d1ad733592cd6a25c0162ef05d1ee6e /src/postgresql.mk
parent762b015a514a8aac3b765fce48d0a829580ab179 (diff)
downloadmxe-d2d244a9ea2e47effb95abd622981a49954be338.zip
mxe-d2d244a9ea2e47effb95abd622981a49954be338.tar.gz
mxe-d2d244a9ea2e47effb95abd622981a49954be338.tar.bz2
fix typos found by misspell tool
Diffstat (limited to 'src/postgresql.mk')
-rw-r--r--src/postgresql.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postgresql.mk b/src/postgresql.mk
index f4320a1..8a65448 100644
--- a/src/postgresql.mk
+++ b/src/postgresql.mk
@@ -23,7 +23,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && autoconf
cp -Rp '$(1)' '$(1).native'
- # Since we build only client libary, use bogus tzdata to satisfy configure.
+ # Since we build only client library, use bogus tzdata to satisfy configure.
# pthreads is needed in both LIBS and PTHREAD_LIBS
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \