From ba5c9a8515b1f9488bae4d50b8f4c5574f1f25ea Mon Sep 17 00:00:00 2001 From: Matthieu Date: Sun, 26 Sep 2021 19:08:40 +0400 Subject: NovaCtl cluster command & control proto --- common/rust/src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/rust/src') diff --git a/common/rust/src/error.rs b/common/rust/src/error.rs index b602940..be1607a 100644 --- a/common/rust/src/error.rs +++ b/common/rust/src/error.rs @@ -7,6 +7,6 @@ pub struct NovaError { impl fmt::Display for NovaError { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { - write!(f, "An error occured wihind the nova system: {}", self.message) // user-facing output + write!(f, "An error occurred within the nova system: {}", self.message) // user-facing output } } -- cgit v1.2.3