From 92c8122ebe995b499b591dab68b05cfff43c85ab Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Mon, 3 Jun 2019 02:28:01 +0100 Subject: [PATCH] typofix --- subjects/cl-camp6.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/cl-camp6.en.md b/subjects/cl-camp6.en.md index bb2161c0..585438bc 100644 --- a/subjects/cl-camp6.en.md +++ b/subjects/cl-camp6.en.md @@ -4,7 +4,7 @@ "Now, do your inventory" -Create a file `countfiles.sh`, which will print the number **(and only the number)** of regular files and folders cointaned in the current directory and its sub-folders : +Create a file `countfiles.sh`, which will print the number **(and only the number)** of regular files and folders contained in the current directory and its sub-folders : ### Usage