mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Fix a few typos
As part of packaging Prism Launcher for Debian, I have run a package linter called lintian which found a few spelling errors throughout the source. I am not a fan of contributions that only fix cosmetics like spelling errors, but Debian encourages forwarding this stuff upstream instead of letting it get fixed naturally over time. Signed-off-by: Ben Westover <me@benthetechguy.net>
This commit is contained in:
parent
dcc58c8b75
commit
fb10cb5fdf
7 changed files with 10 additions and 10 deletions
|
|
@ -29,7 +29,7 @@
|
|||
class OverrideSetting : public Setting {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit OverrideSetting(std::shared_ptr<Setting> overriden, std::shared_ptr<Setting> gate);
|
||||
explicit OverrideSetting(std::shared_ptr<Setting> overridden, std::shared_ptr<Setting> gate);
|
||||
|
||||
virtual QVariant defValue() const;
|
||||
virtual QVariant get() const;
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
class PassthroughSetting : public Setting {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit PassthroughSetting(std::shared_ptr<Setting> overriden, std::shared_ptr<Setting> gate);
|
||||
explicit PassthroughSetting(std::shared_ptr<Setting> overridden, std::shared_ptr<Setting> gate);
|
||||
|
||||
virtual QVariant defValue() const;
|
||||
virtual QVariant get() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue