Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Dec 3, 2021
1 parent 5e1f4ce commit 1f38d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmdbuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ histfile_find(must_exist)
char *home = lgetenv("HOME");
char *name = NULL;

/* Try in $XDG_DATA_STATE, then in $HOME/.local/state, then in $XDG_DATA_HOME, then in $HOME. */
/* Try in $XDG_STATE_HOME, then in $HOME/.local/state, then in $XDG_DATA_HOME, then in $HOME. */
#if OS2
if (isnullenv(home))
home = lgetenv("INIT");
Expand Down

0 comments on commit 1f38d30

Please sign in to comment.