diff options
author | Kian-Meng Ang <[email protected]> | 2022-03-06 21:58:17 +0800 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2023-05-12 12:10:05 +0200 |
commit | a6c516db2b66b8b9822466cd0516adc7a2e0cdbc (patch) | |
tree | c75097634ae37ff279ece5b0ca592e89a5a796bd /test | |
parent | 16f910156aa86da27e923fa8235c0a2d487cc262 (diff) | |
download | erlang.mk-a6c516db2b66b8b9822466cd0516adc7a2e0cdbc.tar.gz erlang.mk-a6c516db2b66b8b9822466cd0516adc7a2e0cdbc.tar.bz2 erlang.mk-a6c516db2b66b8b9822466cd0516adc7a2e0cdbc.zip |
Fix typos
Diffstat (limited to 'test')
-rw-r--r-- | test/core_apps.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core_apps.mk b/test/core_apps.mk index 878bb10..72466b2 100644 --- a/test/core_apps.mk +++ b/test/core_apps.mk @@ -477,7 +477,7 @@ core-apps-local-deps: init $i "Distclean the application" $t $(MAKE) -C $(APP) distclean $v - $i "Test after swapping my_app_1 and my_app_2 to make sure lexical ordering didnt incidentally build the correct app first" + $i "Test after swapping my_app_1 and my_app_2 to make sure lexical ordering didn't incidentally build the correct app first" $i "Add my_app_2 to the list of local dependencies of my_app_1, don't add lager, but add the lager parse_transform (this will fail unless my_app_2 was indeed built first)" $t mv $(APP)/apps/my_app_1/Makefile.bak $(APP)/apps/my_app_1/Makefile |