aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-07-17 23:24:19 +0000
committerLibravatar GitHub <noreply@github.com>2020-07-17 23:24:19 +0000
commitbf1dc64a56f6fe791c8d5ba01f700d178c66f0ff (patch)
treed7ab012e018880508c734d53996f4e7fc7565ed0 /Makefile.in
parentMerge pull request #3516 from smitsohu/busybox (diff)
downloadfirejail-bf1dc64a56f6fe791c8d5ba01f700d178c66f0ff.tar.gz
firejail-bf1dc64a56f6fe791c8d5ba01f700d178c66f0ff.tar.zst
firejail-bf1dc64a56f6fe791c8d5ba01f700d178c66f0ff.zip
fix typos
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 65dd430b5..e0e6a5c0c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -269,7 +269,7 @@ test-travis: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sy
269 269
270########################################## 270##########################################
271# Individual tests, some of them require root access 271# Individual tests, some of them require root access
272# The tests are very intrussive, by the time you are done 272# The tests are very intrusive, by the time you are done
273# with them you will need to restart your computer. 273# with them you will need to restart your computer.
274########################################## 274##########################################
275 275
@@ -294,7 +294,7 @@ test-network:
294test-stress: 294test-stress:
295 cd test/stress; ./stress.sh | grep TESTING 295 cd test/stress; ./stress.sh | grep TESTING
296 296
297# Tesets running a root user 297# Tests running a root user
298test-root: 298test-root:
299 cd test/root; su -c ./root.sh | grep TESTING 299 cd test/root; su -c ./root.sh | grep TESTING
300 300