diff --git a/src/parser.rs b/src/parser.rs index 2f89df5f..485fc482 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -146,7 +146,7 @@ pub struct Revisioned { pub exit_status: OptWithLine, /// `Some(true)` means annotations are required /// `Some(false)` means annotations are forbidden - /// `None` means this revision does not change the base annoatation requirement. + /// `None` means this revision does not change the base annotation requirement. pub require_annotations: OptWithLine, /// Prefix added to all diagnostic code matchers. Note this will make it impossible /// match codes which do not contain this prefix.