Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Oct 8, 2023
1 parent afa6c2a commit 4d3c47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typhon/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl std::fmt::Display for Error {
ActionError(e) => write!(f, "Action error: {}", e),
BadJobsetDecl(s) => write!(f, "Bad jobset declaration: {}", s),
IllegalProjectHandle(handle) => {
write!(f, "The project name [{}] is illegal. Legal project names are sequences of alphanumerical characters that may contains dashes [-] or underscores [_].", handle.name)
write!(f, "The project name [{}] is illegal. Legal project names are sequences of alphanumerical characters that may contain dashes [-] or underscores [_].", handle.name)
}
JobNotFound(job_handle) => {
write!(f, "Job {} not found", job_handle)
Expand Down

0 comments on commit 4d3c47d

Please sign in to comment.