This commit is contained in:
jecaro 2023-11-21 18:30:33 +01:00
parent 55befee0b0
commit 57f55dbe7e
No known key found for this signature in database
GPG key ID: 3AEB4D2AFA2ACD45
2 changed files with 2 additions and 2 deletions

View file

@ -3893,7 +3893,7 @@ fn to_space_report<'a>(
Report {
filename,
doc,
title: "ASII CONTROL CHARACTER".to_string(),
title: "ASCII CONTROL CHARACTER".to_string(),
severity: Severity::RuntimeError,
}
}