diff options
Diffstat (limited to 'gatchat/gattty.c')
-rw-r--r-- | gatchat/gattty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gattty.c b/gatchat/gattty.c index 64dd8abb..7d665e1d 100644 --- a/gatchat/gattty.c +++ b/gatchat/gattty.c @@ -218,7 +218,7 @@ static int open_device(const char *tty, GHashTable *options) ok = set_parity(value, &ti); else if (g_str_equal(key, "XonXoff")) ok = set_xonxoff(value, &ti); - else if (g_str_equal(key, "Rtscts")) + else if (g_str_equal(key, "RtsCts")) ok = set_rtscts(value, &ti); else if (g_str_equal(key, "Local")) ok = set_local(value, &ti); |