diff options
author | Magnus Hagander | 2017-06-18 17:41:46 +0000 |
---|---|---|
committer | Magnus Hagander | 2017-06-18 17:41:46 +0000 |
commit | 81a4dcf2f2f92dc01ce0cf318dc9fabfb3021bd7 (patch) | |
tree | 87b68ac4d11c644cea697802a23f2d730e53dc36 /doc/src | |
parent | f6da23f526cf622d2dbcee47695b4aedf8ab2c69 (diff) |
Fix copy/paste error in docs
Author: Julien Rouhaud <julien.rouhaud@dalibo.com>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/drop_publication.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/drop_publication.sgml b/doc/src/sgml/ref/drop_publication.sgml index 517d142251..8e45a43982 100644 --- a/doc/src/sgml/ref/drop_publication.sgml +++ b/doc/src/sgml/ref/drop_publication.sgml @@ -46,8 +46,8 @@ DROP PUBLICATION [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> <term><literal>IF EXISTS</literal></term> <listitem> <para> - Do not throw an error if the extension does not exist. A notice is issued - in this case. + Do not throw an error if the publication does not exist. A notice is + issued in this case. </para> </listitem> </varlistentry> |