aboutsummaryrefslogtreecommitdiff
path: root/libi3/get_exe_path.c
diff options
context:
space:
mode:
Diffstat (limited to 'libi3/get_exe_path.c')
-rw-r--r--libi3/get_exe_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libi3/get_exe_path.c b/libi3/get_exe_path.c
index e933f5b6..430fb2e0 100644
--- a/libi3/get_exe_path.c
+++ b/libi3/get_exe_path.c
@@ -91,7 +91,7 @@ char *get_exe_path(const char *argv0) {
free(destpath);
sasprintf(&destpath, "%s/%s", component, argv0);
/* Of course this is not 100% equivalent to actually exec()ing the
- * binary, but meh. */
+ * binary, but meh. */
if (access(destpath, X_OK) == 0) {
free(path);
free(tmp);