Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/if_pppoe Fix typo



details:   https://anonhg.NetBSD.org/src/rev/9b2bd951880c
branches:  trunk
changeset: 939001:9b2bd951880c
user:      yamaguchi <yamaguchi%NetBSD.org@localhost>
date:      Wed Sep 23 05:56:55 2020 +0000

description:
Fix typo

diffstat:

 tests/net/if_pppoe/t_pppoe.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 36db61844638 -r 9b2bd951880c tests/net/if_pppoe/t_pppoe.sh
--- a/tests/net/if_pppoe/t_pppoe.sh     Wed Sep 23 05:02:27 2020 +0000
+++ b/tests/net/if_pppoe/t_pppoe.sh     Wed Sep 23 05:56:55 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_pppoe.sh,v 1.19 2019/08/19 03:22:05 ozaki-r Exp $
+#      $NetBSD: t_pppoe.sh,v 1.20 2020/09/23 05:56:55 yamaguchi Exp $
 #
 # Copyright (c) 2016 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -183,7 +183,7 @@
        atf_check -s exit:0 -o match:'PADI sent' -x "$HIJACKING pppoectl -d pppoe0"
        unset RUMP_SERVER
 
-       # test for recoonecting
+       # test for reconnecting
        atf_check -s exit:0 -x "env RUMP_SERVER=$SERVER rump.ifconfig pppoe0 up"
        export RUMP_SERVER=$CLIENT
        wait_for_session_established
@@ -325,7 +325,7 @@
        atf_check -s exit:0 -o not-match:"$session_id" -x "$HIJACKING pppoectl -d pppoe0"
        unset RUMP_SERVER
 
-       # test for recoonecting
+       # test for reconnecting
        export RUMP_SERVER=$SERVER
        atf_check -s exit:0 rump.ifconfig pppoe0 up
        wait_for_session_established



Home | Main Index | Thread Index | Old Index