aboutsummaryrefslogtreecommitdiff
path: root/src/mm-base-modem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-base-modem.c')
-rw-r--r--src/mm-base-modem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-base-modem.c b/src/mm-base-modem.c
index 9c9a2a61..512c4cce 100644
--- a/src/mm-base-modem.c
+++ b/src/mm-base-modem.c
@@ -2020,7 +2020,7 @@ mm_base_modem_class_init (MMBaseModemClass *klass)
properties[PROP_DEVICE] =
g_param_spec_string (MM_BASE_MODEM_DEVICE,
"Device",
- "Master modem parent device of all the modem's ports",
+ "Main modem parent device of all the modem's ports",
NULL,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
g_object_class_install_property (object_class, PROP_DEVICE, properties[PROP_DEVICE]);