Skip to content

Commit 11b0d73

Browse files
author
Artur Zakirov
committed
Little fixes
1 parent 6c95562 commit 11b0d73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/shared_ispell/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# contrib/shared_ispell/Makefile
1+
# contrib/shared_ispell/Makefile
22

33
MODULE_big = shared_ispell
44
OBJS = src/shared_ispell.o
@@ -22,4 +22,4 @@ include $(top_srcdir)/contrib/contrib-global.mk
2222
endif
2323

2424
installcheck:
25-
@echo "installcheck is disabled"
25+
@echo "installcheck is disabled"

contrib/shared_ispell/postgresql.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
shared_preload_libraries='shared_ispell'
1+
shared_preload_libraries='shared_ispell'

0 commit comments

Comments
 (0)