From 42604cc8d11743febf5aa892cb3a7d3c32bfed48 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 12 Feb 2016 22:05:21 +0100 Subject: Fix typos reported by lintian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Pavel Březina --- src/tools/tools_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/tools_util.c b/src/tools/tools_util.c index f475a51e..ea63f626 100644 --- a/src/tools/tools_util.c +++ b/src/tools/tools_util.c @@ -326,7 +326,7 @@ fini: * Check is path is owned by uid * returns 0 - owns * -1 - does not own - * >0 - an error occured, error code + * >0 - an error occurred, error code */ static int is_owner(uid_t uid, const char *path) { -- cgit