From fd0e9d5e0b03b4e84f1268f5344d5703c6e5a581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Mon, 25 Nov 2019 17:52:32 +0100 Subject: [PATCH] Fix typo in development_testing.md (#360) --- docs/development_testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_testing.md b/docs/development_testing.md index 5cd59559..9dfd4cb7 100644 --- a/docs/development_testing.md +++ b/docs/development_testing.md @@ -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.