Fix typo also in expected output.
authorHeikki Linnakangas <[email protected]>
Mon, 6 Feb 2017 10:04:04 +0000 (12:04 +0200)
committerHeikki Linnakangas <[email protected]>
Mon, 6 Feb 2017 10:04:31 +0000 (12:04 +0200)
Commit 181bdb90ba fixed the typo in the .sql file, but forgot to update the
expected output.

contrib/sepgsql/expected/label.out

index fad1954b41336b45837daa27dfd8dcc63ec66104..d75779b03eee59b1d85e9e4b4b91d095aada98a8 100644 (file)
@@ -439,7 +439,7 @@ SELECT sepgsql_getcon();
  unconfined_u:unconfined_r:sepgsql_regtest_pool_t:s0
 (1 row)
 
--- the pooler cannot touch these tables directry
+-- the pooler cannot touch these tables directly
 SELECT * FROM foo_tbl; -- failed
 ERROR:  SELinux: security policy violation
 SELECT * FROM var_tbl; -- failed