From f83bb9d7b78a8ed5a54d1c7c5af23660fbc3057e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 28 Oct 2009 16:38:55 -0500 Subject: Cleanup previous patch and update docs --- gatchat/gattty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gatchat/gattty.c') 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); -- cgit v1.2.3