summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2017-05-28 17:34:31 +0300
committerThomas Haller <thaller@redhat.com>2017-05-28 17:33:37 +0200
commit0050e8bd34baec6cc4a10c39a72a929cafe0bcb9 (patch)
tree1b24f1dba612579f4cc9b188b4ce737687b6d520 /src/tests
parent7bafe6decec74581e2c8c1de9b1abcd6ae4374ca (diff)
downloadNetworkManager-0050e8bd34baec6cc4a10c39a72a929cafe0bcb9.tar.gz
all: fix typos in documentation, translated strings and comments
https://bugzilla.gnome.org/show_bug.cgi?id=783173
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test-ip4-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test-ip4-config.c b/src/tests/test-ip4-config.c
index bff715e02e..cd5b108903 100644
--- a/src/tests/test-ip4-config.c
+++ b/src/tests/test-ip4-config.c
@@ -287,7 +287,7 @@ test_merge_subtract_mss_mtu (void)
g_assert_cmpuint (nm_ip4_config_get_mtu (cfg1), ==, expected_mtu2);
nm_ip4_config_merge (cfg1, cfg3, NM_IP_CONFIG_MERGE_DEFAULT);
- /* ensure again the MSS and MTU in cfg1 got overriden */
+ /* ensure again the MSS and MTU in cfg1 got overridden */
g_assert_cmpuint (nm_ip4_config_get_mss (cfg1), ==, expected_mss3);
g_assert_cmpuint (nm_ip4_config_get_mtu (cfg1), ==, expected_mtu3);