X-Git-Url: https://rtime.felk.cvut.cz/gitweb/orte.git/blobdiff_plain/3d4de5b140d29f07ed956866f8011622399a7c85..b888dbd79ba28de642b0478ba3e962bef98e1b7b:/orte/examples/hello/Makefile diff --git a/orte/examples/hello/Makefile b/orte/examples/hello/Makefile index b22a357..76b56fd 100644 --- a/orte/examples/hello/Makefile +++ b/orte/examples/hello/Makefile @@ -7,7 +7,7 @@ endif ifeq ($(MAKERULES_DIR),) all : default .DEFAULT:: - @echo -e "\nThe Makefile.rules has not been found in this or partent directory\n" + @echo -e "\nThe Makefile.rules has not been found in this or parent directory\n" else include $(MAKERULES_DIR)/Makefile.rules endif