Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
matszpk committed Oct 14, 2022
1 parent 9e68928 commit 877585d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -186,7 +186,7 @@ where
if !output.stdout.is_empty() {
let sat_out = parse_sat_output(BufReader::new(output.stdout.as_slice()))?;
if let SatOutput::Unknown = sat_out {
// if satisfiability is uknown from stdout output
// if satisfiability is unknown from stdout output
Ok(exp_satisfiable)
} else {
Ok(sat_out)
Expand Down

0 comments on commit 877585d

Please sign in to comment.