diff options
Diffstat (limited to 'src/libsystemd-network/test-pppoe.c')
-rw-r--r-- | src/libsystemd-network/test-pppoe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsystemd-network/test-pppoe.c b/src/libsystemd-network/test-pppoe.c index 0d419aa172..dff83eaf6e 100644 --- a/src/libsystemd-network/test-pppoe.c +++ b/src/libsystemd-network/test-pppoe.c @@ -139,8 +139,8 @@ static int test_pppoe_server(sd_event *e) { "-I", "pppoe-server", "-C", "Test-AC", "-S", "Service-Default", - "-S", "Service-First-Auxillary", - "-S", "Service-Second-Auxillary", + "-S", "Service-First-Auxiliary", + "-S", "Service-Second-Auxiliary", NULL); assert_not_reached("failed to execute pppoe-server. not installed?"); } |