X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsettings.h;h=12a6cc25c58f7061581d9095ca51a71d79f34806;hb=c8ddabf364eff2400c61cea395aefe69eb8ba1b3;hp=ed815dc472ff4649d5fb14137ea93842f6de3717;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/common/settings.h b/src/common/settings.h index ed815dc4..12a6cc25 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -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 * @@ -128,7 +128,7 @@ protected: * Default implementation just returns the given key. * * @param key Key given to notify() - * @returns Key that should be used for notfication + * @returns Key that should be used for notifcation */ virtual QString keyForNotify(const QString& key) const;