diff options
author | Anders Jonsson <anders.jonsson@norsjovallen.se> | 2015-04-01 15:26:48 +0200 |
---|---|---|
committer | Arx Cruz <arxcruz@gnome.org> | 2015-05-29 13:47:37 +0200 |
commit | 1cdee563a1599d00539f1dc0060c3ee0825274ed (patch) | |
tree | 627366aac0d7fd0b5b0f76c3996684e0b90ce583 /help/C/notification.page | |
parent | Port to webkit2gtk (diff) | |
download | zenity-1cdee563a1599d00539f1dc0060c3ee0825274ed.tar.gz zenity-1cdee563a1599d00539f1dc0060c3ee0825274ed.tar.bz2 zenity-1cdee563a1599d00539f1dc0060c3ee0825274ed.zip |
Fix typo in documentation
Diffstat (limited to 'help/C/notification.page')
-rw-r--r-- | help/C/notification.page | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help/C/notification.page b/help/C/notification.page index 62a63d82..01a504e2 100644 --- a/help/C/notification.page +++ b/help/C/notification.page @@ -15,7 +15,7 @@ </item> <item> <title><cmd>--listen</cmd>=icon: '<var>text</var>', message: '<var>text</var>', tooltip: '<var>text</var>', visible: '<var>text</var>',</title> - <p>Listens for commands at standard input. At least one command must be specified. Commands are comma seperated. A command must be followed by a colon and a value. </p> + <p>Listens for commands at standard input. At least one command must be specified. Commands are comma separated. A command must be followed by a colon and a value. </p> <note style="tip"> <p>The <cmd>icon</cmd> command also accepts four stock icon values such as <var>error</var>, <var>info</var>, <var>question</var> and <var>warning</var>.</p> </note> @@ -51,4 +51,4 @@ <media type="image" mime="image/png" src="figures/zenity-notification-listen-screenshot.png"/> </figure> -</page>
\ No newline at end of file +</page> |