From 85cd03f899b6ff3d9caafc1dcbd75eb138335332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Szczygie=C5=82?= Date: Wed, 25 Sep 2019 00:15:53 +0200 Subject: [PATCH] Fix typo in echo usage message --- src/commands/echo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/echo.rs b/src/commands/echo.rs index 453041bbcd..21188f54f2 100644 --- a/src/commands/echo.rs +++ b/src/commands/echo.rs @@ -16,7 +16,7 @@ impl PerItemCommand for Echo { } fn usage(&self) -> &str { - "Echo the argments back to the user." + "Echo the arguments back to the user." } fn run(