diff options
author | Dennis Friis <peavey@inspircd.org> | 2010-04-21 10:53:46 +0200 |
---|---|---|
committer | Dennis Friis <peavey@inspircd.org> | 2010-04-21 10:53:46 +0200 |
commit | 76ddca717f53f989cb2b9511b523844de539df9d (patch) | |
tree | 8b3807fc277de3e2070ae74e390045d4b12e28c2 /make | |
parent | 8bc982f68d9bc1c0408569e7b3a8290b727cf9b8 (diff) |
typo
Diffstat (limited to 'make')
-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 |