summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/sd-dhcp-client.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-10-31 06:35:33 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-10-31 06:35:33 +0100
commitd19434fbf81db04d03c8cffa87821f754a86635b (patch)
treec3d3075abfe7f6b9da672f3bf110d47ec3cfc20f /src/libsystemd-network/sd-dhcp-client.c
parentnetwork: free dhcp6_hostname (diff)
downloadsystemd-d19434fbf81db04d03c8cffa87821f754a86635b.tar.xz
systemd-d19434fbf81db04d03c8cffa87821f754a86635b.zip
tree-wide: fix typo
Diffstat (limited to 'src/libsystemd-network/sd-dhcp-client.c')
-rw-r--r--src/libsystemd-network/sd-dhcp-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/sd-dhcp-client.c b/src/libsystemd-network/sd-dhcp-client.c
index 2a65d6d0ea..97250d47e8 100644
--- a/src/libsystemd-network/sd-dhcp-client.c
+++ b/src/libsystemd-network/sd-dhcp-client.c
@@ -2036,7 +2036,7 @@ static int client_handle_message(sd_dhcp_client *client, DHCPMessage *message, i
return 0; /* invalid message, let's ignore it */
if (client->lease->rapid_commit)
- /* got a succssful rapid commit */
+ /* got a successful rapid commit */
r = client_enter_bound(client, r);
else
r = client_enter_requesting(client);