Skip to content

Commit 50c7e80

Browse files
committed
Fix spell
1 parent 0db6592 commit 50c7e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OBJS = connection.o option.o deparse.o sqlite_query.o sqlite_fdw.o sqlite_data_n
1515
EXTENSION = sqlite_fdw
1616
DATA = sqlite_fdw--1.0.sql sqlite_fdw--1.0--1.1.sql
1717

18-
# Use local downloaded and compiles SQLite library instead of system
18+
# Use local downloaded and compiled SQLite library instead of system
1919
ifdef CI_ENV
2020
override PG_LDFLAGS += -L/usr/local/lib
2121
endif

0 commit comments

Comments
 (0)