summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2013-02-12 10:05:34 +0100
committerJan Synacek <jsynacek@redhat.com>2013-02-12 10:05:34 +0100
commit45dd9c06cba50124e011c87c969752ddf7017b88 (patch)
treed679cf8b4f1e5f13735df03854e75d8df8567330
parent06a5838dfdb98a135463b554e3fbb494f2d6edfb (diff)
downloadopenlmi-providers-45dd9c06cba50124e011c87c969752ddf7017b88.tar.gz
openlmi-providers-45dd9c06cba50124e011c87c969752ddf7017b88.tar.xz
openlmi-providers-45dd9c06cba50124e011c87c969752ddf7017b88.zip
Fix some typos
-rw-r--r--mof/LMI_Account.mof2
-rw-r--r--src/account/test/TestAccount.py2
-rw-r--r--src/account/test/TestGroup.py2
-rw-r--r--src/account/test/TestMemberOfGroup.py2
-rw-r--r--src/account/test/TestService.py2
-rw-r--r--src/account/test/common.py2
-rw-r--r--src/account/test/methods.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/mof/LMI_Account.mof b/mof/LMI_Account.mof
index 6619fb1..17787f2 100644
--- a/mof/LMI_Account.mof
+++ b/mof/LMI_Account.mof
@@ -46,7 +46,7 @@ class LMI_Account: CIM_Account
};
[ Description("LMI_AccountManagementService creates, manages, and if necessary "
- "destroys Linux Accounts on behalf of other SecuritySerices."),
+ "destroys Linux Accounts on behalf of other SecurityServices."),
Provider("cmpi:cmpiLMI_Account")
]
class LMI_AccountManagementService: CIM_SecurityService
diff --git a/src/account/test/TestAccount.py b/src/account/test/TestAccount.py
index 7157b52..52cb1b4 100644
--- a/src/account/test/TestAccount.py
+++ b/src/account/test/TestAccount.py
@@ -15,7 +15,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
-# Authors: Roman Rakus <rrakus@redhat.com
+# Authors: Roman Rakus <rrakus@redhat.com>
#
from common import AccountBase
diff --git a/src/account/test/TestGroup.py b/src/account/test/TestGroup.py
index 2cf5228..19e586b 100644
--- a/src/account/test/TestGroup.py
+++ b/src/account/test/TestGroup.py
@@ -15,7 +15,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
-# Authors: Roman Rakus <rrakus@redhat.com
+# Authors: Roman Rakus <rrakus@redhat.com>
#
from common import AccountBase
diff --git a/src/account/test/TestMemberOfGroup.py b/src/account/test/TestMemberOfGroup.py
index 19071ef..1d521f8 100644
--- a/src/account/test/TestMemberOfGroup.py
+++ b/src/account/test/TestMemberOfGroup.py
@@ -15,7 +15,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
-# Authors: Roman Rakus <rrakus@redhat.com
+# Authors: Roman Rakus <rrakus@redhat.com>
#
from common import AccountBase
diff --git a/src/account/test/TestService.py b/src/account/test/TestService.py
index 08a47ee..28b98a4 100644
--- a/src/account/test/TestService.py
+++ b/src/account/test/TestService.py
@@ -15,7 +15,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
-# Authors: Roman Rakus <rrakus@redhat.com
+# Authors: Roman Rakus <rrakus@redhat.com>
#
from common import AccountBase
diff --git a/src/account/test/common.py b/src/account/test/common.py
index 2ffbbcf..ce525b0 100644
--- a/src/account/test/common.py
+++ b/src/account/test/common.py
@@ -15,7 +15,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
-# Authors: Roman Rakus <rrakus@redhat.com
+# Authors: Roman Rakus <rrakus@redhat.com>
#
import pywbem
diff --git a/src/account/test/methods.py b/src/account/test/methods.py
index b40859f..45106ac 100644
--- a/src/account/test/methods.py
+++ b/src/account/test/methods.py
@@ -15,7 +15,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
-# Authors: Roman Rakus <rrakus@redhat.com
+# Authors: Roman Rakus <rrakus@redhat.com>
#
import subprocess