Skip to content

Commit

Permalink
Update error.rs misspelling
Browse files Browse the repository at this point in the history
Small fix to correct misspelling of "propriety" to "property"

Signed-off-by: Moyo Oyegunle <[email protected]>
  • Loading branch information
MoOyeg authored and cathay4t committed Jan 16, 2025
1 parent 09ce2f6 commit fd6e47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/lib/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl From<serde_json::Error> for NmstateError {
fn from(e: serde_json::Error) -> Self {
NmstateError::new(
ErrorKind::InvalidArgument,
format!("Invalid propriety: {e}"),
format!("Invalid property : {e}"),
)
}
}
Expand Down

0 comments on commit fd6e47d

Please sign in to comment.