correct typo
authorMarc Fournier <marc.fournier@camptocamp.com>
Wed, 21 Aug 2013 14:54:10 +0000 (16:54 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Wed, 21 Aug 2013 14:54:10 +0000 (16:54 +0200)
src/cgroups.c

index 061aa32..a28f4e9 100644 (file)
@@ -93,7 +93,7 @@ static int read_cpuacct_procs (const char *dirname, char const *cgroup_name,
        if (fh == NULL)
        {
                char errbuf[1024];
-               ERROR ("cgroups pluign: fopen (\"%s\") failed: %s",
+               ERROR ("cgroups plugin: fopen (\"%s\") failed: %s",
                                abs_path,
                                sstrerror (errno, errbuf, sizeof (errbuf)));
                return (-1);