diff --git a/subjects/cl-camp1/README.md b/subjects/cl-camp1/README.md index d559cec06..09d67ece8 100644 --- a/subjects/cl-camp1/README.md +++ b/subjects/cl-camp1/README.md @@ -12,7 +12,7 @@ Put in a file `mastertheLS` the command line that will: - list the files and directories of the current directory. - Ignore the hidden files, the "." and the "..". -- Separates the resuls with commas. +- Separates the results with commas. - Order them by ascending order of creation date. - Have the directories ends with a `/`.