diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2016-11-22 05:57:59 +0100 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2016-11-22 05:57:59 +0100 |
commit | cab1171e3e53b0dbe84dcaecd25e63539de33166 (patch) | |
tree | 93877dc2961367ed783a37874280b3d429b03323 | |
parent | 3ffd71766e70137e329e7bf73dd14ddde9b19ffe (diff) | |
download | ratpoison-cab1171e3e53b0dbe84dcaecd25e63539de33166.zip |
Typo
-rw-r--r-- | src/actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c index 16c41ef..562567b 100644 --- a/src/actions.c +++ b/src/actions.c @@ -6075,7 +6075,7 @@ cmd_getsel (int interactive UNUSED, struct cmdarg **args UNUSED) } /* This is a command that restores old commands that have been - recently depricated. */ + recently deprecated. */ cmdret * cmd_compat (int interactive UNUSED, struct cmdarg **args UNUSED) { |