diff --git a/src/main.rs b/src/main.rs index bc5afc2..a29b6e1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -84,7 +84,7 @@ fn parse_config(conf: String, pool: &mut Vec) -> Result raw, }; if a.is_empty() { - return Err("Thi line should not be empty !"); + return Err("This line should not be empty !"); } let b = match lines.next() { None => return Err("This line should be the instruction !"),