Fix typo
This commit is contained in:
parent
5ce05a79be
commit
1aa9c92ac1
1 changed files with 1 additions and 1 deletions
2
build.rs
2
build.rs
|
|
@ -89,7 +89,7 @@ fn run() -> Result<()> {
|
||||||
.status()?
|
.status()?
|
||||||
.success()
|
.success()
|
||||||
{
|
{
|
||||||
bail!("Stylus encoutered an error");
|
bail!("Stylus encountered an error");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue