summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-02-12 22:05:21 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2016-02-23 12:04:42 +0100
commit42604cc8d11743febf5aa892cb3a7d3c32bfed48 (patch)
treee81059a3882a8e049ace81970adf90fdfe97404e /src/tools
parent38f251e531b1c68e70eaa98dfecaf78da5f36ccc (diff)
downloadsssd-42604cc8d11743febf5aa892cb3a7d3c32bfed48.tar.gz
sssd-42604cc8d11743febf5aa892cb3a7d3c32bfed48.tar.xz
sssd-42604cc8d11743febf5aa892cb3a7d3c32bfed48.zip
Fix typos reported by lintian
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tools_util.c2
1 files changed, 1 insertions, 1 deletions
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)
{