diff --git a/src/lib.rs b/src/lib.rs index cb2e871cca..6a2b00f06a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -61,7 +61,7 @@ //! //! ## Working with a `Repository` //! -//! All deriviative objects, references, etc are attached to the lifetime of the +//! All derivative objects, references, etc are attached to the lifetime of the //! source `Repository`, to ensure that they do not outlive the repository //! itself.