Skip to content
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

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
e21084e
spelling: already
jsoref Oct 18, 2021
407608f
spelling: among
jsoref Oct 18, 2021
e12e8ab
spelling: anonymous
jsoref Oct 18, 2021
972fc84
spelling: application
jsoref Oct 18, 2021
3bd80d8
spelling: asynchronously
jsoref Oct 18, 2021
129e8dd
spelling: attribute
jsoref Oct 18, 2021
82ff9ab
spelling: constructing
jsoref Oct 18, 2021
c6d59ed
spelling: convenient
jsoref Oct 18, 2021
d73df55
spelling: corresponding
jsoref Oct 18, 2021
49c5597
spelling: customized
jsoref Oct 18, 2021
eb285e6
spelling: desktop
jsoref Oct 18, 2021
6594c10
spelling: dialog
jsoref Oct 18, 2021
0283fb7
spelling: discrepancy
jsoref Oct 18, 2021
ba67547
spelling: documentation
jsoref Oct 18, 2021
4c8a9ea
spelling: extremely
jsoref Oct 18, 2021
3bd4374
spelling: filter
jsoref Oct 18, 2021
0690861
spelling: function
jsoref Oct 18, 2021
51388b5
spelling: future
jsoref Oct 18, 2021
a2c967a
spelling: indexes
jsoref Oct 18, 2021
88c80d7
spelling: inefficient
jsoref Oct 18, 2021
9c4d54b
spelling: maintains
jsoref Oct 18, 2021
cddba25
spelling: only
jsoref Oct 18, 2021
142ed99
spelling: ourselves
jsoref Oct 18, 2021
cf6aef5
spelling: overwrite
jsoref Oct 18, 2021
87b6746
spelling: preferences
jsoref Oct 18, 2021
66cceca
spelling: progress
jsoref Oct 18, 2021
cb4b62e
spelling: property
jsoref Oct 18, 2021
298c469
spelling: scrollbar
jsoref Oct 18, 2021
eb3284a
spelling: special
jsoref Oct 18, 2021
39cf212
spelling: still
jsoref Oct 18, 2021
89f57a8
spelling: surprise
jsoref Oct 18, 2021
a6ef509
spelling: theoretically
jsoref Oct 18, 2021
5b59de9
spelling: therefore
jsoref Oct 18, 2021
71a361f
spelling: thumbnails
jsoref Oct 18, 2021
ea73c55
spelling: translate
jsoref Oct 18, 2021
3b3bcf0
spelling: translation
jsoref Oct 18, 2021
69c6683
spelling: transparent
jsoref Oct 18, 2021
c961a6f
spelling: triggered
jsoref Oct 18, 2021
4039386
spelling: utilities
jsoref Oct 18, 2021
e76fbd7
spelling: visible
jsoref Oct 18, 2021
0a7f899
spelling: width
jsoref Oct 18, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ HTML_STYLESHEET =
# user-defined cascading style sheet that is included after the standard
# style sheets created by doxygen. Using this option one can overrule
# certain style aspects. This is preferred over using HTML_STYLESHEET
# since it does not replace the standard style sheet and is therefor more
# since it does not replace the standard style sheet and is therefore more
# robust against future updates. Doxygen will copy the style sheet file to
# the output directory.

Expand Down Expand Up @@ -1173,7 +1173,7 @@ EXT_LINKS_IN_WINDOW = NO

FORMULA_FONTSIZE = 10

# Use the FORMULA_TRANPARENT tag to determine whether or not the images
# Use the FORMULA_TRANSPARENT tag to determine whether or not the images
# generated for formulas are transparent PNGs. Transparent PNGs are
# not supported properly for IE 6.0, but are supported on all modern browsers.
# Note that when changing this option you need to delete any form_*.png files
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Minimalistic simplicity, see [hello](https://github.com/probonopd/hello) for the
* Appeal to users coming from macOS
* Cross platform: Builds for Linux, FreeBSD
* Spatial mode (each folder has its own window)
* Can handle ROX AppDirs (work in progess)
* Can handle GNUstep `.app` bundles (work in progess)
* Can handle ROX AppDirs (work in progress)
* Can handle GNUstep `.app` bundles (work in progress)
* Can handle macOS `.app` bundles (not started yet)
* Can handle ELF files that are lacking the executable bit (not started yet)
* Can handle AppImages (not started yet)
Expand Down
8 changes: 4 additions & 4 deletions cmake/LXQtTranslateDesktop.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#=============================================================================
# The lxqt_translate_desktop() function was copied from the the
# LXQt LxQtTranste.cmake
# LXQt LxQtTranslate.cmake
#
# Original Author: Alexander Sokolov <[email protected]>
#
# funtion lxqt_translate_desktop(_RESULT
# function lxqt_translate_desktop(_RESULT
# SOURCES <sources>
# [TRANSLATION_DIR] translation_directory
# )
Expand All @@ -13,7 +13,7 @@
#
# Input:
#
# SOURCES List of input desktop files (.destktop.in) to be translated
# SOURCES List of input desktop files (.desktop.in) to be translated
# (merged), relative to the CMakeList.txt.
#
# TRANSLATION_DIR Optional path to the directory with the .ts files,
Expand All @@ -34,7 +34,7 @@ function(lxqt_translate_desktop _RESULT)
if (NOT ${_UNPARSED_ARGS} STREQUAL "")
MESSAGE(FATAL_ERROR
"Unknown arguments '${_UNPARSED_ARGS}'.\n"
"See lxqt_translate_desktop() documenation for more information.\n"
"See lxqt_translate_desktop() documentation for more information.\n"
)
endif()

Expand Down
2 changes: 1 addition & 1 deletion cmake/LXQtTranslateTs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#=============================================================================
#
# funtion lxqt_translate_ts(qmFiles
# function lxqt_translate_ts(qmFiles
# [USE_QT5 [Yes | No]]
# [UPDATE_TRANSLATIONS [Yes | No]]
# SOURCES <sources>
Expand Down
2 changes: 1 addition & 1 deletion filer-qt.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Filer-Qt \- A lightweight Qt based file manager for X Window.
.SH SYNOPSIS
filer\-qt [OPTION...] [FILE1, FILE2,...]
.SH DESCRIPTION
PCMan File Manager Qt (\fBFiler-Qt\fP) is an extremly fast, lightweight, yet
PCMan File Manager Qt (\fBFiler-Qt\fP) is an extremely fast, lightweight, yet
feature-rich file manager with tabbed browsing. It is the default file manager
for the lightweight desktop environment, \fBLXQt\fP.
.SH OPTIONS
Expand Down
26 changes: 13 additions & 13 deletions src/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Application::Application(int& argc, char** argv):
volumeMonitor_(NULL),
userDirsWatcher_(NULL),
lxqtRunning_(false),
editBookmarksialog_() {
editBookmarksDialog_() {

argc_ = argc;
argv_ = argv;
Expand Down Expand Up @@ -251,7 +251,7 @@ bool Application::parseCommandLineArgs() {
desktopManager(false);

if(parser.isSet(desktopPrefOption)) { // desktop preference dialog
desktopPrefrences();
desktopPreferences();
keepRunning = true;
}
else if(parser.isSet(findFilesOption)) { // file searching utility
Expand Down Expand Up @@ -292,7 +292,7 @@ bool Application::parseCommandLineArgs() {
iface.call("desktopManager", false);

if(parser.isSet(desktopPrefOption)) { // desktop preference dialog
iface.call("desktopPrefrences", parser.value(desktopPrefOption));
iface.call("desktopPreferences", parser.value(desktopPrefOption));
}
else if(parser.isSet(findFilesOption)) { // file searching utility
iface.call("findFiles", parser.positionalArguments());
Expand Down Expand Up @@ -322,7 +322,7 @@ void Application::init() {
qtTranslator.load("qt_" + QLocale::system().name(), QLibraryInfo::location(QLibraryInfo::TranslationsPath));
installTranslator(&qtTranslator);

// install our own tranlations
// install our own translation
translator.load("filer-qt_" + QLocale::system().name(), PCMANFM_DATA_DIR "/translations");
// qDebug("probono: Use relative path from main executable so that this works when it is not installed system-wide, too:");
// qDebug((QCoreApplication::applicationDirPath() + QString("/../share/filer/translations/")).toUtf8()); // probono
Expand All @@ -340,7 +340,7 @@ int Application::exec() {

volumeMonitor_ = g_volume_monitor_get();
// delay the volume manager a little because in newer versions of glib/gio there's a problem.
// when the first volume monitor object is created, it discovers volumes asynchonously.
// when the first volume monitor object is created, it discovers volumes asynchronously.
// g_volume_monitor_get() immediately returns while the monitor is still discovering devices.
// So initially g_volume_monitor_get_volumes() returns nothing, but shortly after that
// we get volume-added signals for all of the volumes. This is not what we want.
Expand Down Expand Up @@ -394,7 +394,7 @@ void Application::onSaveStateRequest(QSessionManager& manager) {
}

void Application::desktopManager(bool enabled) {
// TODO: turn on or turn off desktpo management (desktop icons & wallpaper)
// TODO: turn on or turn off desktop management (desktop icons & wallpaper)
qDebug("desktopManager: %d", enabled);
QDesktopWidget* desktopWidget = desktop();
if(enabled) {
Expand Down Expand Up @@ -446,7 +446,7 @@ void Application::desktopManager(bool enabled) {
enableDesktopManager_ = enabled;
}

void Application::desktopPrefrences() {
void Application::desktopPreferences() {
// show desktop preference window
if(!desktopPreferencesDialog_) {
desktopPreferencesDialog_ = new DesktopPreferencesDialog();
Expand Down Expand Up @@ -637,7 +637,7 @@ void Application::onScreenCountChanged(int newCount) {
bool isVirtual = desktopWidget->isVirtualDesktop();

if(oldVirtual && isVirtual) {
// if we are using virtual desktop mode previously, and the new mode is sitll virtual
// if we are using virtual desktop mode previously, and the new mode is still virtual
// no further change is needed, only do relayout.
desktopWindows_.at(0)->queueRelayout();
return;
Expand Down Expand Up @@ -701,12 +701,12 @@ void Application::updateDesktopsFromSettings() {
}

void Application::editBookmarks() {
if(!editBookmarksialog_) {
if(!editBookmarksDialog_) {
FmBookmarks* bookmarks = fm_bookmarks_dup();
editBookmarksialog_ = new Fm::EditBookmarksDialog(bookmarks);
editBookmarksDialog_ = new Fm::EditBookmarksDialog(bookmarks);
g_object_unref(bookmarks);
}
editBookmarksialog_.data()->show();
editBookmarksDialog_.data()->show();
}

void Application::initVolumeManager() {
Expand Down Expand Up @@ -785,7 +785,7 @@ void Application::onScreenDestroyed(QObject* screenObj) {
// #40681: Regression bug: QWidget::winId() returns old value and QEvent::WinIdChange event is not emitted sometimes. (multihead setup)
// #40791: Regression: QPlatformWindow, QWindow, and QWidget::winId() are out of sync.
// Explanations for the workaround:
// Internally, Qt mantains a list of QScreens and update it when XRandR configuration changes.
// Internally, Qt maintains a list of QScreens and update it when XRandR configuration changes.
// When the user turn off an monitor with xrandr --output <xxx> --off, this will destroy the QScreen
// object which represent the output. If the QScreen being destroyed contains our panel widget,
// Qt will call QWindow::setScreen(0) on the internal windowHandle() of our panel widget to move it
Expand Down Expand Up @@ -830,7 +830,7 @@ void Application::reloadDesktopsAsNeeded() {
}
}

// This slot is for Qt 5 onlt, but the stupid Qt moc cannot do conditional compilation
// This slot is for Qt 5 only, but the stupid Qt moc cannot do conditional compilation
// so we have to define it for Qt 4 as well.
void Application::onVirtualGeometryChanged(const QRect& rect) {
// NOTE: the following is a workaround for Qt bug 32567.
Expand Down
4 changes: 2 additions & 2 deletions src/application.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Copy link
Author

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

void editBookmarks();
void desktopManager(bool enabled);
void findFiles(QStringList paths = QStringList());
Expand Down Expand Up @@ -130,7 +130,7 @@ private Q_SLOTS:
QVector<DesktopWindow*> desktopWindows_;
QPointer<PreferencesDialog> preferencesDialog_;
QPointer<DesktopPreferencesDialog> desktopPreferencesDialog_;
QPointer<Fm::EditBookmarksDialog> editBookmarksialog_;
QPointer<Fm::EditBookmarksDialog> editBookmarksDialog_;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

likewise

QTranslator translator;
QTranslator qtTranslator;
GVolumeMonitor* volumeMonitor_;
Expand Down
2 changes: 1 addition & 1 deletion src/browsehistory.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class LIBFM_QT_API BrowseHistoryItem {
private:
FmPath* path_;
int scrollPos_;
// TODO: we may need to store current selection as well. reserve room for furutre expansion.
// TODO: we may need to store current selection as well. reserve room for future expansion.
// void* reserved1;
// void* reserved2;
};
Expand Down
2 changes: 1 addition & 1 deletion src/desktoppreferencesdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ void DesktopPreferencesDialog::onBrowseClicked() {
QFileDialog dlg;
dlg.setAcceptMode(QFileDialog::AcceptOpen);
dlg.setFileMode(QFileDialog::ExistingFile);
// compose a name fileter from QImageReader
// compose a name filter from QImageReader
QString filter;
filter.reserve(256);
filter = tr("Image Files");
Expand Down
8 changes: 4 additions & 4 deletions src/desktopwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ DesktopWindow::DesktopWindow(int screenNum):

/*
* probono: Commenting these out
* for those that are alraedy defined in the Menu solves QAction::event: Ambiguous shortcut overload
* for those that are already defined in the Menu solves QAction::event: Ambiguous shortcut overload

shortcut = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_X), this); // cut
connect(shortcut, &QShortcut::activated, this, &DesktopWindow::onCutActivated);
Expand Down Expand Up @@ -462,7 +462,7 @@ void DesktopWindow::prepareFolderMenu(Fm::FolderMenu* menu) {
}

void DesktopWindow::onDesktopPreferences() {
static_cast<Application* >(qApp)->desktopPrefrences();
static_cast<Application* >(qApp)->desktopPreferences();
}

void DesktopWindow::onFilerPreferences()
Expand Down Expand Up @@ -611,7 +611,7 @@ void DesktopWindow::onIndexesMoved(const QModelIndexList& indexes) {
Q_FOREACH(const QModelIndex& index, indexes) {
// Under some circumstances, Qt might emit indexMoved for
// every single cells in the same row. (when QAbstractItemView::SelectItems is set)
// So indexes list may contain several indixes for the same row.
// So indexes list may contain several indexes for the same row.
// Since we only care about rows, not individual cells,
// let's handle column 0 of every row here.
if(index.column() == 0) {
Expand Down Expand Up @@ -666,7 +666,7 @@ void DesktopWindow::relayoutItems() {
// qDebug() << "set custom pos:" << name << row << index << customPos;
continue;
}
// check if the current pos is alredy occupied by a custom item
// check if the current pos is already occupied by a custom item
bool used = false;
for(it = customItemPos_.begin(); it != customItemPos_.end(); ++it) {
QPoint customPos = *it;
Expand Down
4 changes: 2 additions & 2 deletions src/filemenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ void FileMenu::addCustomActionItem(QMenu* menu, FmFileActionItem* item) {
}
}
else if(fm_file_action_item_is_action(item)) {
connect(action, &QAction::triggered, this, &FileMenu::onCustomActionTrigerred);
connect(action, &QAction::triggered, this, &FileMenu::onCustomActionTriggered);
}
}
#endif
Expand Down Expand Up @@ -341,7 +341,7 @@ void FileMenu::onApplicationTriggered() {
}

#ifdef CUSTOM_ACTIONS
void FileMenu::onCustomActionTrigerred() {
void FileMenu::onCustomActionTriggered() {
CustomAction* action = static_cast<CustomAction*>(sender());
FmFileActionItem* item = action->item();

Expand Down
2 changes: 1 addition & 1 deletion src/filemenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ protected Q_SLOTS:
void onEmptyTrashTriggered();
void onApplicationTriggered();
#ifdef CUSTOM_ACTIONS
void onCustomActionTrigerred();
void onCustomActionTriggered();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

likewise

#endif
/*
void onCompress();
Expand Down
2 changes: 1 addition & 1 deletion src/fileoperation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ void FileOperation::handleFinish() {
}
Q_EMIT finished();

/* sepcial handling for trash
/* special handling for trash
* FIXME: need to refactor this to use a more elegant way later. */
if(job_->type == FM_FILE_OP_TRASH) { /* FIXME: direct access to job struct! */
FmPathList* unable_to_trash = static_cast<FmPathList*>(g_object_get_data(G_OBJECT(job_), "trash-unsupported"));
Expand Down
2 changes: 1 addition & 1 deletion src/fileoperation.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Q_OBJECT
return (Type)job_->type;
}

// convinient static functions
// convenient static functions
static FileOperation* copyFiles(FmPathList* srcFiles, FmPath* dest, QWidget* parent = 0);
static FileOperation* moveFiles(FmPathList* srcFiles, FmPath* dest, QWidget* parent = 0);
static FileOperation* symlinkFiles(FmPathList* srcFiles, FmPath* dest, QWidget* parent = 0);
Expand Down
12 changes: 6 additions & 6 deletions src/folderview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ QModelIndex FolderViewListView::indexAt(const QPoint& point) const {
// Q_ASSERT(delegate != NULL);
// We use the grid size - (2, 2) as the size of the bounding rectangle of the whole item.
// The width of the text label hence is gridSize.width - 2, and the width and height of the icon is from iconSize().
QRect visRect = visualRect(index); // visibal area on the screen
QRect visRect = visualRect(index); // visible area on the screen
QSize itemSize = gridSize();
itemSize.setWidth(itemSize.width() - 2);
itemSize.setHeight(itemSize.height() - 2);
Expand All @@ -99,7 +99,7 @@ QModelIndex FolderViewListView::indexAt(const QPoint& point) const {

// NOTE:
// QListView has a problem which I consider a bug or a design flaw.
// When you set movement property to Static, theoratically the icons
// When you set movement property to Static, theoretically the icons
// should not be movable. However, if you turned on icon mode,
// the icons becomes freely movable despite the value of movement is Static.
// To overcome this bug, we override all drag handling methods, and
Expand Down Expand Up @@ -231,7 +231,7 @@ void FolderViewTreeView::dropEvent(QDropEvent* e) {

// the default list mode of QListView handles column widths
// very badly (worse than gtk+) and it's not very flexible.
// so, let's handle column widths outselves.
// so, let's handle column widths ourselves.
void FolderViewTreeView::layoutColumns() {
// qDebug("layoutColumns");
if(!model())
Expand All @@ -256,7 +256,7 @@ void FolderViewTreeView::layoutColumns() {
}

int filenameColumn = headerView->visualIndex(FolderModel::ColumnFileName);
// if the total witdh we want exceeds the available space
// if the total width we want exceeds the available space
if(desiredWidth > availWidth) {
// Compute the width available for the filename column
int filenameAvailWidth = availWidth - desiredWidth + widths[filenameColumn];
Expand Down Expand Up @@ -783,7 +783,7 @@ void FolderView::selectAll() {
else {
// NOTE: By default QListView::selectAll() selects all columns in the model.
// However, QListView only show the first column. Normal selection by mouse
// can only select the first column of every row. I consider this discripancy yet
// can only select the first column of every row. I consider this discrepancy yet
// another design flaw of Qt. To make them consistent, we do it ourselves by only
// selecting the first column of every row and do not select all columns as Qt does.
// This will trigger one selectionChanged event per row, which is very inefficient,
Expand Down Expand Up @@ -889,7 +889,7 @@ bool FolderView::eventFilter(QObject* watched, QEvent* event) {
// This is to fix #85: Scrolling doesn't work in compact view
// Actually, I think it's the bug of Qt, not ours.
// When in compact mode, only the horizontal scroll bar is used and the vertical one is hidden.
// So, when a user scroll his mouse wheel, it's reasonable to scroll the horizontal scollbar.
// So, when a user scroll his mouse wheel, it's reasonable to scroll the horizontal scrollbar.
// Qt does not implement such a simple feature, unfortunately.
// We do it by forwarding the scroll event in the viewport to the horizontal scrollbar.
// FIXME: if someday Qt supports this, we have to disable the workaround.
Expand Down
2 changes: 1 addition & 1 deletion src/icontheme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ IconTheme::IconTheme():
currentThemeName_(QIcon::themeName()) {
// NOTE: only one instance is allowed
Q_ASSERT(theIconTheme == NULL);
Q_ASSERT(qApp != NULL); // QApplication should exists before contructing IconTheme.
Q_ASSERT(qApp != NULL); // QApplication should exists before constructing IconTheme.

theIconTheme = this;
fm_icon_set_user_data_destroy(reinterpret_cast<GDestroyNotify>(fmIconDataDestroy));
Expand Down
6 changes: 3 additions & 3 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ MainWindow::MainWindow(FmPath* path):
loadBookmarksMenu();

// Fix the menu groups which is not done by Qt designer
// To my suprise, this was supported in Qt designer 3 :-(
// To my surprise, this was supported in Qt designer 3 :-(
QActionGroup* group = new QActionGroup(ui.menu_View);
group->setExclusive(true);
group->addAction(ui.actionIconView);
Expand Down Expand Up @@ -780,7 +780,7 @@ void MainWindow::onTabBarCloseRequested(int index) {

void MainWindow::onTabBarTabMoved(int from, int to) {
// a tab in the tab bar is moved by the user, so we have to move the
// corredponding tab page in the stacked widget to the new position, too.
// corresponding tab page in the stacked widget to the new position, too.
QWidget* page = ui.stackedWidget->widget(from);
if(page) {
// we're not going to delete the tab page, so here we block signals
Expand Down Expand Up @@ -1032,7 +1032,7 @@ void MainWindow::onTabPageStatusChanged(int type, QString statusText) {
switch(type) {
case TabPage::StatusTextNormal:
case TabPage::StatusTextSelectedFiles: {
// FIXME: updating the status text so frequently is a little bit ineffiecient
// FIXME: updating the status text so frequently is a little bit inefficient
QString text = statusText = tabPage->statusText(TabPage::StatusTextSelectedFiles);
if(text.isEmpty()) {
ui.statusbar->showMessage(tabPage->statusText(TabPage::StatusTextNormal));
Expand Down
Loading