diff options
Diffstat (limited to 'kbx/keyboxd.c')
-rw-r--r-- | kbx/keyboxd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbx/keyboxd.c b/kbx/keyboxd.c index 9b46565c6..cae86efdf 100644 --- a/kbx/keyboxd.c +++ b/kbx/keyboxd.c @@ -391,7 +391,7 @@ parse_rereadable_options (ARGPARSE_ARGS *pargs, int reread) case oLogFile: if (!reread) - return 0; /* not handeld */ + return 0; /* not handled */ if (!current_logfile || !pargs->r.ret_str || strcmp (current_logfile, pargs->r.ret_str)) { @@ -1018,7 +1018,7 @@ kbxd_deinit_default_ctrl (ctrl_t ctrl) * Fixme: Due to the way the argument parsing works, we create a * memory leak here for all string type arguments. There is currently * no clean way to tell whether the memory for the argument has been - * allocated or points into the process' original arguments. Unless + * allocated or points into the process's original arguments. Unless * we have a mechanism to tell this, we need to live on with this. */ static void reread_configuration (void) |