]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
Typo in debug message in cgexec.c file
authorPeter Schiffer <pschiffe@redhat.com>
Mon, 14 Oct 2013 04:41:38 +0000 (06:41 +0200)
committerPeter Schiffer <pschiffe@redhat.com>
Mon, 14 Oct 2013 04:41:38 +0000 (06:41 +0200)
This patch fixes typo in debug message.

Signed-off-by: Peter Schiffer <pschiffe@redhat.com>
Acked-by: Ivana Hutarova Varekova <varekova@redhat.com>
src/tools/cgexec.c

index fa1c58cc5e1bdf9c499cc3df8120c870dc2afb80..d087453701240cd4ab1246dc098c39cf918bee4b 100644 (file)
@@ -113,7 +113,7 @@ int main(int argc, char *argv[])
        /* Just for debugging purposes. */
        uid = geteuid();
        gid = getegid();
-       cgroup_dbg("My euid and eguid is: %d,%d\n", (int) uid, (int) gid);
+       cgroup_dbg("My euid and egid is: %d,%d\n", (int) uid, (int) gid);
 
        uid = getuid();
        gid = getgid();