This commit is contained in:
shan1024 2017-11-27 17:06:16 +05:30 committed by Michał Budzyński
parent 5ce05a79be
commit 1aa9c92ac1
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ fn run() -> Result<()> {
.status()?
.success()
{
bail!("Stylus encoutered an error");
bail!("Stylus encountered an error");
}
}
Ok(())