1 files changed, 1 insertions, 1 deletions
diff --git a/doc/msrv.md b/doc/msrv.md
index a4bf2894..631b9593 100644
--- a/doc/msrv.md
+++ b/doc/msrv.md
@@ -2,7 +2,7 @@ How to update the MSRV
1. set the new `rust-version` in `<crate>/Cargo.toml` (or all `<crate>/Cargo.toml`s)
1. set the new version in `clippy.toml`
-1. run `cargo build` and check if eveything still works
+1. run `cargo build` and check if everything still works
1. run `cargo clippy` and apply the new lints, or ignore them in `.cargo/config`
1. update the readmes
- README.md and openpgp/README.md, possibly more in the future
="w"> -e '/: packaging$/d' \ -e '/: stamp-h1$/d' \ -e '/: README\.md$/d' \ -e '/: tmp-anchor-links$/d' \ -e '/: tmp-manproc$/d' \ -e '/: .*\.tar\.\(gz\|bz2\|xz\)$/d' \ -e '/: unittest$/d' \ -e '/: iprange$/d' \ -e '/: .*\.o$/d' \ -e '/: CMakeLists.txt/d' \ -e '/: .travis.yml/d' \ -e '/: profile$/d' \ -e '/python.d: python-modules-installer\.sh\.in$/d' \ -e '/sbin: \(firehol\|fireqos\|link-balancer\)$/d' \ -e '/sbin: \(update-ipsets\|vnetbuild\|commands.sed\)$/d' > $MYTMP/out cat $MYTMP/out test -s $MYTMP/out && exit 1 exit 0