public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] stress/route: fix spelling mistake "delte" -> "delete"
@ 2018-10-14  9:27 Sun Lianwen
  2018-10-17 12:26 ` Cyril Hrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Sun Lianwen @ 2018-10-14  9:27 UTC (permalink / raw)
  To: ltp

The word "delte" spell mistake.

Signed-off-by: Sun Lianwen <sun_lianwen@163.com>
---
 testcases/network/stress/route/route4-change-dst | 2 +-
 testcases/network/stress/route/route6-change-dst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testcases/network/stress/route/route4-change-dst b/testcases/network/stress/route/route4-change-dst
index 86327fad4..8ec606152 100644
--- a/testcases/network/stress/route/route4-change-dst
+++ b/testcases/network/stress/route/route4-change-dst
@@ -246,7 +246,7 @@ test_body()
 	    ;;
 	esac
 	if [ $? -ne 0 ]; then
-	    tst_resm TFAIL "Cannot delte the route to ${ADDDEL_ROUTE}"
+	    tst_resm TFAIL "Cannot delete the route to ${ADDDEL_ROUTE}"
 	    return 1
 	fi
 
diff --git a/testcases/network/stress/route/route6-change-dst b/testcases/network/stress/route/route6-change-dst
index dfaa2137b..2aa953396 100644
--- a/testcases/network/stress/route/route6-change-dst
+++ b/testcases/network/stress/route/route6-change-dst
@@ -242,7 +242,7 @@ test_body()
 	    ;;
 	esac
 	if [ $? -ne 0 ]; then
-	    tst_resm TFAIL "Cannot delte the route to ${ADDDEL_ROUTE}"
+	    tst_resm TFAIL "Cannot delete the route to ${ADDDEL_ROUTE}"
 	    return 1
 	fi
 
-- 
2.19.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [LTP] [PATCH] stress/route: fix spelling mistake "delte" -> "delete"
  2018-10-14  9:27 [LTP] [PATCH] stress/route: fix spelling mistake "delte" -> "delete" Sun Lianwen
@ 2018-10-17 12:26 ` Cyril Hrubis
  0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2018-10-17 12:26 UTC (permalink / raw)
  To: ltp

Hi!
Pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-17 12:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-14  9:27 [LTP] [PATCH] stress/route: fix spelling mistake "delte" -> "delete" Sun Lianwen
2018-10-17 12:26 ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox