cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / core / authenticator.h
index 1e32cd5..6dec048 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2018 by the Quassel Project                        *
+ *   Copyright (C) 2005-2022 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -40,7 +40,7 @@ public:
     {
         IsReady,      // ready to go
         NeedsSetup,   // need basic setup (ask the user for input)
-        NotAvailable  // remove the authenticator backend from the list of avaliable authenticators.
+        NotAvailable  // remove the authenticator backend from the list of available authenticators.
     };
 
 public slots: