chore: typos

More caught on by Nix CI in #1257.
This commit is contained in:
Jose Storopoli
2024-02-04 06:13:40 -03:00
parent c6b9ed3b76
commit 8d93fad778
4 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ where
/// Stages a new changeset and commits it (along with any other previously staged changes) to
/// the persistence backend
///
/// Convience method for calling [`stage`] and then [`commit`].
/// Convenience method for calling [`stage`] and then [`commit`].
///
/// [`stage`]: Self::stage
/// [`commit`]: Self::commit