cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / client / messagemodel.h
index e916879..bee8ebf 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2019 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  *
@@ -112,7 +112,7 @@ private slots:
 
 private:
     void insertMessageGroup(const QList<Message>&);
-    int insertMessagesGracefully(const QList<Message>&);  // inserts as many contiguous msgs as possible. returns numer of inserted msgs.
+    int insertMessagesGracefully(const QList<Message>&);  // inserts as many contiguous msgs as possible. returns number of inserted msgs.
     int indexForId(MsgId);
 
     //  QList<MessageModelItem *> _messageList;