Skip to content

Commit

Permalink
Fix typo in conky.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidoc26 authored and brndnmtthws committed May 30, 2024
1 parent 572b004 commit 8e36363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conky.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,7 @@ void log_system_details() {
char *session = getenv("GDMSESSION");
char *desktop = getenv("XDG_CURRENT_DESKTOP");
if (desktop != nullptr || session != nullptr) {
NORM_ERR("'%s' %s session running '%s' destop", session, session_ty,
NORM_ERR("'%s' %s session running '%s' desktop", session, session_ty,
desktop);
}
}
Expand Down

0 comments on commit 8e36363

Please sign in to comment.