summaryrefslogtreecommitdiffstats
path: root/plugins/dun_gw_bluez5.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2013-03-21 10:15:16 -0500
committerDenis Kenzior <denkenz@gmail.com>2013-03-21 10:15:16 -0500
commit439712a937c25e5a9b6ec195646fe9f9bd965864 (patch)
treef7c18fa3ba1a47f4640093092be57549136d6ff1 /plugins/dun_gw_bluez5.c
parent770cb383520c20a0b75f13f71ce34ebd669f7e9f (diff)
downloadofono-439712a937c25e5a9b6ec195646fe9f9bd965864.tar.bz2
dun_gw_bluez5: Fix copy-paste error
Diffstat (limited to 'plugins/dun_gw_bluez5.c')
-rw-r--r--plugins/dun_gw_bluez5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dun_gw_bluez5.c b/plugins/dun_gw_bluez5.c
index 326ea9f0..bd0d5530 100644
--- a/plugins/dun_gw_bluez5.c
+++ b/plugins/dun_gw_bluez5.c
@@ -86,7 +86,7 @@ static DBusMessage *profile_new_connection(DBusConnection *conn,
close(fd);
return g_dbus_create_error(msg, BLUEZ_ERROR_INTERFACE
".Rejected",
- "No voice call capable modem");
+ "No GPRS capable modem");
}
DBG("Picked modem %p for emulator", modem);