Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 28, 2015
1 parent e089ebe commit 62dc0b7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion expected/array/text/single/contain/bitmapscan.out
Expand Up @@ -4,7 +4,7 @@ CREATE TABLE memos (
);
INSERT INTO memos
VALUES ('PostgreSQL',
ARRAY['PostgreSQL is an OSS RDMBS',
ARRAY['PostgreSQL is an OSS RDBMS',
'PostgreSQL has partial full-text search support']);
INSERT INTO memos
VALUES ('Groonga', ARRAY['Groonga is an OSS full-text search engine',
Expand Down
2 changes: 1 addition & 1 deletion expected/array/text/single/contain/indexscan.out
Expand Up @@ -4,7 +4,7 @@ CREATE TABLE memos (
);
INSERT INTO memos
VALUES ('PostgreSQL',
ARRAY['PostgreSQL is an OSS RDMBS',
ARRAY['PostgreSQL is an OSS RDBMS',
'PostgreSQL has partial full-text search support']);
INSERT INTO memos
VALUES ('Groonga', ARRAY['Groonga is an OSS full-text search engine',
Expand Down
2 changes: 1 addition & 1 deletion expected/array/text/single/contain/seqscan.out
Expand Up @@ -4,7 +4,7 @@ CREATE TABLE memos (
);
INSERT INTO memos
VALUES ('PostgreSQL',
ARRAY['PostgreSQL is an OSS RDMBS',
ARRAY['PostgreSQL is an OSS RDBMS',
'PostgreSQL has partial full-text search support']);
INSERT INTO memos
VALUES ('Groonga', ARRAY['Groonga is an OSS full-text search engine',
Expand Down
2 changes: 1 addition & 1 deletion sql/array/text/single/contain/bitmapscan.sql
Expand Up @@ -5,7 +5,7 @@ CREATE TABLE memos (

INSERT INTO memos
VALUES ('PostgreSQL',
ARRAY['PostgreSQL is an OSS RDMBS',
ARRAY['PostgreSQL is an OSS RDBMS',
'PostgreSQL has partial full-text search support']);
INSERT INTO memos
VALUES ('Groonga', ARRAY['Groonga is an OSS full-text search engine',
Expand Down
2 changes: 1 addition & 1 deletion sql/array/text/single/contain/indexscan.sql
Expand Up @@ -5,7 +5,7 @@ CREATE TABLE memos (

INSERT INTO memos
VALUES ('PostgreSQL',
ARRAY['PostgreSQL is an OSS RDMBS',
ARRAY['PostgreSQL is an OSS RDBMS',
'PostgreSQL has partial full-text search support']);
INSERT INTO memos
VALUES ('Groonga', ARRAY['Groonga is an OSS full-text search engine',
Expand Down
2 changes: 1 addition & 1 deletion sql/array/text/single/contain/seqscan.sql
Expand Up @@ -5,7 +5,7 @@ CREATE TABLE memos (

INSERT INTO memos
VALUES ('PostgreSQL',
ARRAY['PostgreSQL is an OSS RDMBS',
ARRAY['PostgreSQL is an OSS RDBMS',
'PostgreSQL has partial full-text search support']);
INSERT INTO memos
VALUES ('Groonga', ARRAY['Groonga is an OSS full-text search engine',
Expand Down

0 comments on commit 62dc0b7

Please sign in to comment.