Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelma committed Sep 19, 2015
1 parent b929bcf commit 7e4e0d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ create_notification_user
------------------------

This command creates a notification user. These users are used to send
notifications when an zabbix event happens.
notifications when a zabbix event happens.

They are needed because sometimes a system administrator group needs
to send different notifications to multiple different
Expand Down Expand Up @@ -1199,4 +1199,4 @@ License and Contributions
Zabbix-CLI is the property of USIT-University of Oslo, and its code is
distributed under GNU General Public License 3.

| Copyright © 2014 USIT-University of Oslo.
| Copyright © 2014-2015 USIT-University of Oslo.
2 changes: 1 addition & 1 deletion zabbix_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2939,7 +2939,7 @@ def do_create_notification_user(self,args):
'''DESCRIPTION:
This command creates a notification user. These users are
used to send notifications when an zabbix event happens.
used to send notifications when a zabbix event happens.
They are needed because sometimes a system administrator group
needs to send different notifications to multiple different
Expand Down

0 comments on commit 7e4e0d7

Please sign in to comment.