mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix typos in comments and doc
overriden -> overridden
The misspelling in create_extension.sgml was introduced in b67aaf2
,
so no need to backpatch.
This commit is contained in:
@ -44,7 +44,7 @@ override CPPFLAGS+= -DUSE_DL_IMPORT
|
||||
endif
|
||||
|
||||
# it is better to install shared-libraries anyway?
|
||||
# may be overriden with make MAKE_DLL=false install
|
||||
# may be overridden with make MAKE_DLL=false install
|
||||
ifndef MAKE_DLL
|
||||
MAKE_DLL = true
|
||||
endif
|
||||
|
Reference in New Issue
Block a user