From 6b4539bdd7cb5b3d5d102181c7df6544e12116a2 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 20 Oct 2015 08:29:30 +1030 Subject: [PATCH] Updated Dos2Unix Text file format converters (markdown) --- Dos2Unix---Text-file-format-converters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dos2Unix---Text-file-format-converters.md b/Dos2Unix---Text-file-format-converters.md index a1a09f6..48ce777 100644 --- a/Dos2Unix---Text-file-format-converters.md +++ b/Dos2Unix---Text-file-format-converters.md @@ -25,6 +25,6 @@ _// to convert all .h files_ `for /R %G in (*.h) do dos2unix "%G"` -_// to convert all .c file_ +_// to convert all .c files_ `for /R %G in (*.c) do dos2unix "%G"` \ No newline at end of file