summaryrefslogtreecommitdiff
path: root/src/network/networkd-util.h
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@gmail.com>2019-04-26 20:22:40 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-04-29 16:47:18 +0200
commit5238e9575906297608ff802a27e2ff9effa3b338 (patch)
treee17c534a09908167a0697a49ed3237f43134eb4c /src/network/networkd-util.h
parent51aba17b88617515e037e8985d3a4ea871ac47fe (diff)
downloadsystemd-5238e9575906297608ff802a27e2ff9effa3b338.tar.gz
codespell: fix spelling errors
Diffstat (limited to 'src/network/networkd-util.h')
-rw-r--r--src/network/networkd-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-util.h b/src/network/networkd-util.h
index a49e289351..9c472cfd50 100644
--- a/src/network/networkd-util.h
+++ b/src/network/networkd-util.h
@@ -35,7 +35,7 @@ DEFINE_TRIVIAL_CLEANUP_FUNC(NetworkConfigSection*, network_config_section_free);
extern const struct hash_ops network_config_hash_ops;
static inline bool section_is_invalid(NetworkConfigSection *section) {
- /* If this retuns false, then it does _not_ mean the section is valid. */
+ /* If this returns false, then it does _not_ mean the section is valid. */
if (!section)
return false;