]> granicus.if.org Git - shadow/commitdiff
spelling: mapping
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 20:32:45 +0000 (20:32 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 20:32:45 +0000 (20:32 +0000)
libmisc/idmapping.c

index db254fcb88a25b2c808b99b4237f4e05ca160f02..20f2d9c7784bd1fcb5a9ab5cc514964c122482ee 100644 (file)
@@ -148,7 +148,7 @@ void write_mapping(int proc_dir_fd, int ranges, struct map_range *mappings,
                pos += written;
        }
 
-       /* Write the mapping to the maping file */
+       /* Write the mapping to the mapping file */
        fd = openat(proc_dir_fd, map_file, O_WRONLY);
        if (fd < 0) {
                fprintf(stderr, _("%s: open of %s failed: %s\n"),