diff options
| author | 2010-04-21 10:53:46 +0200 | |
|---|---|---|
| committer | 2010-04-21 10:53:46 +0200 | |
| commit | 76ddca717f53f989cb2b9511b523844de539df9d (patch) | |
| tree | 8b3807fc277de3e2070ae74e390045d4b12e28c2 | |
| parent | Possible fix for OpenSSL SendQ processing halts (diff) | |
typo
| -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 |
