.

Revision:
14:49106ed7c2cf
Parent:
0:ab69df6f1c47
--- a/main.cpp	Wed Dec 20 18:00:16 2017 +0000
+++ b/main.cpp	Wed May 02 06:31:01 2018 +0100
@@ -72,7 +72,7 @@
     printf("  %s\r\n", &(de->d_name)[0]);
   }
 
-  printf("Closeing root directory. ");
+  printf("Closing root directory. ");
   error = closedir(dir);
   return_error(error);
   printf("Filesystem Demo complete.\r\n");