spelling: rotation

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-01-09 02:30:36 -05:00
parent a0b73b96da
commit 3949e3162c

View File

@ -262,7 +262,7 @@ impl Capturer {
_ => { _ => {
return Err(io::Error::new( return Err(io::Error::new(
io::ErrorKind::Other, io::ErrorKind::Other,
"Unknown roration".to_string(), "Unknown rotation".to_string(),
)); ));
} }
}; };