summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorRobert Timm <mail@rtti.de>2017-05-04 19:42:50 +0200
committerRobert Timm <mail@rtti.de>2017-05-04 19:42:50 +0200
commita8200bb868df522055125cf95427655833b26870 (patch)
treec815721452740306b888080d918ddf209764b911 /src/util.c
parent48e55c8fc865995c354086a275100da947fb3500 (diff)
fixes typos
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index dd50104..f91dd89 100644
--- a/src/util.c
+++ b/src/util.c
@@ -53,7 +53,7 @@ char *util_build_path(Client *c, const char *path, const char *dir)
if ((fexp = util_expand(c, path, expflags))) {
if (*fexp == '/') {
/* path is already absolute, no need to use given dir - there is
- * no need to free fexp, bacuse this should be done by the caller
+ * no need to free fexp, because this should be done by the caller
* on fullPath later */
fullPath = fexp;
} else if (dir && *dir) {