diff frontends/src/jp/cmd_profile.py @ 1199:96fb74a4714d

misc: fixed some typos
author Matteo Cypriani <mcy@lm7.fr>
date Mon, 15 Sep 2014 14:18:25 +0200
parents 75025461141f
children 069ad98b360d
line wrap: on
line diff
--- a/frontends/src/jp/cmd_profile.py	Tue Sep 09 22:09:51 2014 -0400
+++ b/frontends/src/jp/cmd_profile.py	Mon Sep 15 14:18:25 2014 +0200
@@ -18,7 +18,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """This module permits to manage profiles. It can list, create, delete
-and retrieve informations about a profile."""
+and retrieve information about a profile."""
 
 from logging import debug, info, error, warning
 from sat.core.i18n import _
@@ -47,7 +47,7 @@
 
 class ProfileInfo(base.CommandBase):
     def __init__(self, host):
-        super(ProfileInfo, self).__init__(host, 'info', use_profile=False, help=_('Get informations about a profile'))
+        super(ProfileInfo, self).__init__(host, 'info', use_profile=False, help=_('Get information about a profile'))
 
     def add_parser_options(self):
         self.parser.add_argument('profile', type=str, help=PROFILE_HELP)