From: Florian Klink Date: Wed, 11 Oct 2017 12:45:48 +0000 (+0200) Subject: test-dhcp-client: fix typos in comment (#7052) X-Git-Tag: v236~332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da172fa9ea1906d9c4c5d5e4ca1c03892f769f02;p=thirdparty%2Fsystemd.git test-dhcp-client: fix typos in comment (#7052) --- diff --git a/src/libsystemd-network/test-dhcp-client.c b/src/libsystemd-network/test-dhcp-client.c index 19421992945..e4ef479a546 100644 --- a/src/libsystemd-network/test-dhcp-client.c +++ b/src/libsystemd-network/test-dhcp-client.c @@ -102,8 +102,8 @@ static void test_request_basic(sd_event *e) { /* RFC7844: option 33 (SD_DHCP_OPTION_STATIC_ROUTE) is set in the * default PRL when using Anonymize, so it is changed to other option - * that is not set by default, to check that it succed setting it. - * Ooptions not set by default (using or not anonymize) are option 17 + * that is not set by default, to check that it was set successfully. + * Options not set by default (using or not anonymize) are option 17 * (SD_DHCP_OPTION_ROOT_PATH) and 42 (SD_DHCP_OPTION_NTP_SERVER) */ assert_se(sd_dhcp_client_set_request_option(client, 17) == 0); assert_se(sd_dhcp_client_set_request_option(client, 17) == -EEXIST);