summaryrefslogtreecommitdiffstats
path: root/gatchat/gattty.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-10-28 16:38:55 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-10-28 16:38:55 -0500
commitf83bb9d7b78a8ed5a54d1c7c5af23660fbc3057e (patch)
tree1e196c6832c0206aa243b0761edca97f4aef0505 /gatchat/gattty.c
parentc630300c99f9183d735ee95edcafc3ff7e32170c (diff)
downloadofono-f83bb9d7b78a8ed5a54d1c7c5af23660fbc3057e.tar.bz2
Cleanup previous patch and update docs
Diffstat (limited to 'gatchat/gattty.c')
-rw-r--r--gatchat/gattty.c2
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);