]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: Typo fix
authorStanislav Brabec <sbrabec@suse.cz>
Wed, 9 Mar 2016 19:52:46 +0000 (20:52 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 10 Mar 2016 10:03:00 +0000 (11:03 +0100)
libmount/src/tab.c

index 102ed258d553901493793ffbe841debf5c63c7a0..0570044364af61631c0c5750138f668932ababe9 100644 (file)
@@ -1247,7 +1247,7 @@ static int get_btrfs_fs_root(struct libmnt_table *tb, struct libmnt_fs *fs, char
                if (!target)
                        goto err;
 
-               DBG(BTRFS, ul_debug(" tring target=%s subvolid=%s", target, subvolidstr));
+               DBG(BTRFS, ul_debug(" trying target=%s subvolid=%s", target, subvolidstr));
                f = mnt_table_find_target_with_option(tb, target,
                                        "subvolid", subvolidstr,
                                        MNT_ITER_BACKWARD);
@@ -1292,7 +1292,7 @@ static int get_btrfs_fs_root(struct libmnt_table *tb, struct libmnt_fs *fs, char
                snprintf(default_id_str, sizeof(default_id_str), "%llu",
                                (unsigned long long int) default_id);
 
-               DBG(BTRFS, ul_debug(" tring target=%s default subvolid=%s",
+               DBG(BTRFS, ul_debug(" trying target=%s default subvolid=%s",
                                        target, default_id_str));
 
                f = mnt_table_find_target_with_option(tb, target,