diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-07-19 05:42:06 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-07-19 05:42:06 +0200 |
commit | 041373684509f16bad3bc613e394c415be3dcc0e (patch) | |
tree | c09432f3ba62ede30da78015b4cd42ed1b331eb9 | |
parent | update todo (diff) | |
download | mds-041373684509f16bad3bc613e394c415be3dcc0e.tar.gz mds-041373684509f16bad3bc613e394c415be3dcc0e.tar.bz2 mds-041373684509f16bad3bc613e394c415be3dcc0e.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/mds-kkbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-kkbd.c b/src/mds-kkbd.c index 01e98f1..66d3a4d 100644 --- a/src/mds-kkbd.c +++ b/src/mds-kkbd.c @@ -68,7 +68,7 @@ /* NOTE: length hardcoded in `initialise_server` */ /** - * LED:s that we believe are pressent on the keyboard + * LED:s that we believe are present on the keyboard */ #ifdef LED_COMPOSE # define PRESENT_LEDS "num caps scrl compose" |