]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix typo in error message
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 19 Feb 2014 15:48:39 +0000 (10:48 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 19 Feb 2014 15:48:39 +0000 (10:48 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/cgfs.c

index 5ca796ef1d62a695a7f50d5865dbfd1a08822b19..ff848e9d4a69a82095398588149a36adc9b3704b 100644 (file)
@@ -2036,7 +2036,7 @@ static int handle_cgroup_settings(struct cgroup_mount_point *mp,
                        if (r < 1 || buf[0] != '1') {
                                r = lxc_write_to_file(cc_path, "1", 1, false);
                                if (r < 0)
-                                       SYSERROR("failed to set memory.use_hiararchy to 1; continuing");
+                                       SYSERROR("failed to set memory.use_hierarchy to 1; continuing");
                        }
                        free(cc_path);
                }