From: Dhaval Giani Date: Wed, 16 Dec 2009 10:14:34 +0000 (+0530) Subject: libcgroup: trivial: Fix typo X-Git-Tag: v0.35~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f9ed3dcd9cc3a7b73f42a8b85cd7968b36bf01c;p=thirdparty%2Flibcgroup.git libcgroup: trivial: Fix typo opened is spelled as opened and not opend Signed-off-by: Dhaval Giani --- diff --git a/src/api.c b/src/api.c index 54a6d266..37b58857 100644 --- 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", };