-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spelling #132
base: master
Are you sure you want to change the base?
Spelling #132
Conversation
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
@@ -64,7 +64,7 @@ class Application : public QApplication { | |||
void launchFiles(QString cwd, QStringList paths, bool inNewWindow); | |||
void setWallpaper(QString path, QString modeString); | |||
void preferences(QString page); | |||
void desktopPrefrences(); | |||
void desktopPreferences(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hopefully not a big deal
@@ -130,7 +130,7 @@ private Q_SLOTS: | |||
QVector<DesktopWindow*> desktopWindows_; | |||
QPointer<PreferencesDialog> preferencesDialog_; | |||
QPointer<DesktopPreferencesDialog> desktopPreferencesDialog_; | |||
QPointer<Fm::EditBookmarksDialog> editBookmarksialog_; | |||
QPointer<Fm::EditBookmarksDialog> editBookmarksDialog_; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
likewise
@@ -157,7 +157,7 @@ protected Q_SLOTS: | |||
void onEmptyTrashTriggered(); | |||
void onApplicationTriggered(); | |||
#ifdef CUSTOM_ACTIONS | |||
void onCustomActionTrigerred(); | |||
void onCustomActionTriggered(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
likewise
@@ -44,7 +44,7 @@ PlacesView::PlacesView(QWidget* parent): | |||
|
|||
setIconSize(QSize(24, 24)); | |||
|
|||
// FIXME: we may share this model amont all views | |||
// FIXME: we may share this model among all views |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
@@ -85,7 +85,7 @@ void PreferencesDialog::initIconThemes(Settings& settings) { | |||
if(settings.useFallbackIconTheme()) { // auto-detection failed | |||
// load xdg icon themes and select the current one | |||
QHash<QString, QString> iconThemes; | |||
// user customed icon themes | |||
// user customized icon themes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
This PR corrects misspellings identified by the check-spelling action.
The misspellings have been reported at jsoref@6eac2c9#commitcomment-58181902
The action reports that the changes in this PR would make it happy: jsoref@cc4f43c
Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.