diff options
-rw-r--r-- | make/template/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/template/main.mk b/make/template/main.mk index a3daaee10..0ee3c5f67 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -193,7 +193,7 @@ install: target @echo ' Base install:' $(BASE) @echo ' Configuration:' $(CONPATH) @echo ' Binaries:' $(BINPATH) - @echo ' Moudles:' $(MODPATH) + @echo ' Modules:' $(MODPATH) @echo 'To start the ircd, run:' $(BASE)/inspircd start @echo 'Remember to edit your config file:' $(CONPATH)/inspircd.conf |