From b631e4d801f3a4e94b83b9866ba3356012ca1ab4 Mon Sep 17 00:00:00 2001 From: "s.p@orbitalfox.com" Date: Fri, 16 Dec 2011 12:19:56 +0000 Subject: [PATCH] libmount: fixed a small typo --- libmount/src/tab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmount/src/tab.c b/libmount/src/tab.c index 6d2d44e6ff..da80a15861 100644 --- a/libmount/src/tab.c +++ b/libmount/src/tab.c @@ -11,7 +11,7 @@ * @short_description: container for entries from fstab, mtab or mountinfo * * Note that mnt_table_find_* functions are mount(8) compatible. These functions - * try to found an entry in more iterations where the first attempt is always + * try to find an entry in more iterations where the first attempt is always * based on comparison with unmodified (non-canonicalized or un-evaluated) * paths or tags. For example fstab with two entries: * -- 2.47.2