]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Typo fixes.
authorPeter Powell <petpow@saberuk.com>
Wed, 21 Mar 2012 19:22:11 +0000 (19:22 +0000)
committerPeter Powell <petpow@saberuk.com>
Wed, 21 Mar 2012 19:33:16 +0000 (19:33 +0000)
configure
src/commands/cmd_clearcache.cpp

index 0b7700b2ae2b6ff4736f7dc87b757695a3618237..f354b62e1317bc6ea0e62f63be3e37266e72d50d 100755 (executable)
--- a/configure
+++ b/configure
@@ -252,7 +252,7 @@ if ($config{HAS_OPENSSL} =~ /^([-[:digit:].]+)([a-z])?(\-[a-z][0-9])?$/) {
 
 if (($config{GCCVER} eq "") || ($config{GCCMINOR} eq "")) {
        if ($config{IS_DARWIN} eq "YES") {
-               print $config{CC} . " was not found! You require clang++ (the LLVN C++ compiler, part of the OSX developer tools) to build InspIRCd!\n";
+               print $config{CC} . " was not found! You require clang++ (the LLVM C++ compiler, part of the OSX developer tools) to build InspIRCd!\n";
        } else {
                print $config{CC} . " was not found! You require g++ (the GNU C++ compiler, part of GCC) to build InspIRCd!\n";         
        }
index ecf2c07fc73061add0b62ae2f8a31dfdf108d13f..c5492a8b65c92f57486aa4b60b16262dd92d322b 100644 (file)
@@ -17,7 +17,7 @@
 #include "channels.h"
 #include "ctables.h"
 
-/** Handle /ADMIN. These command handlers can be reloaded by the core,
+/** Handle /CLEARCACHE. These command handlers can be reloaded by the core,
  * and handle basic RFC1459 commands. Commands within modules work
  * the same way, however, they can be fully unloaded, where these
  * may not.