diff --git a/README.md b/README.md index 293ef87..708cd27 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # dhat-rs **Warning:** *This crate is experimental. It relies on implementation techniques -that are hard to keep working for 100% of configuratios. It may work fine for +that are hard to keep working for 100% of configurations. It may work fine for you, or it may crash, hang, or otherwise do the wrong thing. Its maintenance is not a high priority of the author. Support requests such as issues and pull requests may receive slow responses, or no response at all. Sorry!* diff --git a/src/lib.rs b/src/lib.rs index 219f001..39cd573 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ #![deny(missing_debug_implementations)] //! **Warning:** *This crate is experimental. It relies on implementation -//! techniques that are hard to keep working for 100% of configuratios. It may +//! techniques that are hard to keep working for 100% of configurations. It may //! work fine for you, or it may crash, hang, or otherwise do the wrong thing. //! Its maintenance is not a high priority of the author. Support requests such //! as issues and pull requests may receive slow responses, or no response at