All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libmount: Typo fix
@ 2016-03-09 19:52 Stanislav Brabec
  2016-03-10 10:11 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Stanislav Brabec @ 2016-03-09 19:52 UTC (permalink / raw)
  To: util-linux

---
 libmount/src/tab.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libmount/src/tab.c b/libmount/src/tab.c
index 102ed25..0570044 100644
--- a/libmount/src/tab.c
+++ b/libmount/src/tab.c
@@ -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,
-- 
2.7.2

-- 
Best Regards / S pozdravem,

Stanislav Brabec
software developer
---------------------------------------------------------------------
SUSE LINUX, s. r. o.                         e-mail: sbrabec@suse.com
Lihovarská 1060/12                            tel: +49 911 7405384547
190 00 Praha 9                                 fax:  +420 284 084 001
Czech Republic                                    http://www.suse.cz/
PGP: 830B 40D5 9E05 35D8 5E27 6FA3 717C 209F A04F CD76

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] libmount: Typo fix
  2016-03-09 19:52 [PATCH] libmount: Typo fix Stanislav Brabec
@ 2016-03-10 10:11 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2016-03-10 10:11 UTC (permalink / raw)
  To: Stanislav Brabec; +Cc: util-linux


 Applied, thanks.

On Wed, Mar 09, 2016 at 08:52:46PM +0100, Stanislav Brabec wrote:
>  libmount/src/tab.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-10 10:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-09 19:52 [PATCH] libmount: Typo fix Stanislav Brabec
2016-03-10 10:11 ` Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.