]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
libcgroup: trivial: Fix typo
authorDhaval Giani <dhaval@linux.vnet.ibm.com>
Wed, 16 Dec 2009 10:14:34 +0000 (15:44 +0530)
committerDhaval Giani <dhaval@linux.vnet.ibm.com>
Wed, 16 Dec 2009 10:14:34 +0000 (15:44 +0530)
opened is spelled as opened and not opend

Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
src/api.c

index 54a6d2667a457fe613cf4deba4fa4176d70bd555..37b5885797c10ab2a0d3f78011dc666c258be7b1 100644 (file)
--- a/src/api.c
+++ b/src/api.c
@@ -105,7 +105,7 @@ char *cgroup_strerror_codes[] = {
        "Cgroup parsing failed",
        "Cgroup, rules file does not exist",
        "Cgroup mounting failed",
-       "The config file can not be opend",
+       "The config file can not be opened",
        "End of File or iterator",
 };