From 2f9ed3dcd9cc3a7b73f42a8b85cd7968b36bf01c Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Wed, 16 Dec 2009 15:44:34 +0530 Subject: libcgroup: trivial: Fix typo opened is spelled as opened and not opend Signed-off-by: Dhaval Giani --- src/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/api.c b/src/api.c index 54a6d26..37b5885 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", }; -- cgit