Skip to content

Commit 38c0b24

Browse files
committed
WM (Linux): fix a copy-paste error.
1 parent 4e05502 commit 38c0b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/wm/wm_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ static const char* getLabwc(FFstrbuf* result)
275275
return NULL;
276276
}
277277

278-
return "Failed to run command `openbox --version`";
278+
return "Failed to run command `labwc --version`";
279279
}
280280

281281
const char* ffDetectWMVersion(const FFstrbuf* wmName, FFstrbuf* result, FF_MAYBE_UNUSED FFWMOptions* options)

0 commit comments

Comments
 (0)