From 16b80cf27428c3e78803dc17fb5eafa2403a5968 Mon Sep 17 00:00:00 2001 From: Uniminin <42061747+Uniminin@users.noreply.github.com> Date: Tue, 22 Dec 2020 19:16:49 +0600 Subject: [PATCH] fix typo --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index dfb642d7..a48a6d24 100644 --- a/src/error.rs +++ b/src/error.rs @@ -13,7 +13,7 @@ pub enum Error { /// error message. Config(std::path::PathBuf, usize, String), /// Too many arguments given to kibi. The attribute corresponds to the total number of command - /// line armuments. + /// line arguments. TooManyArguments(usize), }