typo fix in comments
authorNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 11 Aug 2015 16:58:00 +0000 (18:58 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
Makefile

index 4331d04..327738f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ mrproper: clean
 # Some notes :
 # The command "make -f /path/to/here/Makefile app_name" does not work, as well
 # as the command "make -f /path/to/here/apps/app_name/Makefile".
-# This coul dbe solved in the app Makefiles by replacing
+# This coulbe solved in the app Makefiles by replacing
 #   "NAME = $(shell basename $(CURDIR))"
 # with
 #   "NAME = $(shell basename $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))))"