aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kkbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-kkbd.c')
-rw-r--r--src/mds-kkbd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mds-kkbd.c b/src/mds-kkbd.c
index c228785..d5ac9e5 100644
--- a/src/mds-kkbd.c
+++ b/src/mds-kkbd.c
@@ -673,7 +673,7 @@ int handle_enumerate_keyboards(const char* recv_client_id, const char* recv_mess
if (recv_modify_id == NULL)
{
- eprint("did not get add modify ID, ignoring.");
+ eprint("did not get a modify ID, ignoring.");
return 0;
}
@@ -754,7 +754,7 @@ int handle_keyboard_enumeration(const char* recv_modify_id)
if (recv_modify_id == NULL)
{
- eprint("did not get add modify ID, ignoring.");
+ eprint("did not get a modify ID, ignoring.");
return 0;
}