Fix typo in development_testing.md (#360)

This commit is contained in:
Michaël Arnauts 2019-11-25 17:52:32 +01:00 committed by Paulus Schoutsen
parent 0da3258bbf
commit fd0e9d5e0b

View File

@ -16,7 +16,7 @@ $ tox
It might be required that you install additional packages depending on your distribution/operating system:
- Fedora: `sudo dnf -y install systemd-devel gcc-c++`
- Ubuntu: `sudo spt-get install libudev-dev`
- Ubuntu: `sudo apt-get install libudev-dev`
**Important:** Run `tox` before you create your pull request to avoid annoying fixes.