From 39f7535e048f13a721321ad36623aa3ba64190b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Fri, 6 Aug 2010 11:36:11 +0200 Subject: [PATCH] doc: trivial fix in documentation of 's390-subchannels' property --- libnm-util/nm-setting-wired.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnm-util/nm-setting-wired.c b/libnm-util/nm-setting-wired.c index b18f691f21..ad47ac943c 100644 --- a/libnm-util/nm-setting-wired.c +++ b/libnm-util/nm-setting-wired.c @@ -709,7 +709,7 @@ nm_setting_wired_class_init (NMSettingWiredClass *setting_class) * communcation with z/VM or s390 host. Like #NMSettingWired:mac-address * for non-z/VM devices, this property can be used to ensure this connection * only applies to the network device that uses these subchannels. The - * list should contain exactly 3 strings, and each string may only only be + * list should contain exactly 3 strings, and each string may only be * composed of hexadecimal characters and the period (.) character. **/ g_object_class_install_property @@ -723,7 +723,7 @@ nm_setting_wired_class_init (NMSettingWiredClass *setting_class) "to ensure this connection only applies to the " "network device that uses these subchannels. The " "list should contain exactly 3 strings, and each " - "string may only only be composed of hexadecimal " + "string may only be composed of hexadecimal " "characters and the period (.) character.", DBUS_TYPE_G_ARRAY_OF_STRING, G_PARAM_READWRITE | NM_SETTING_PARAM_SERIALIZE));