Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yurchor committed Jan 15, 2014
1 parent cb71ff2 commit e7301f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/libkst/datasourcepluginmanager.cpp
Expand Up @@ -65,7 +65,7 @@ QStringList Kst::pluginSearchPaths()
pluginPaths << path + QLatin1String("/Debug");
pluginPaths << path + QLatin1String("/RelWithDebInfo");

Debug::self()->log(Debug::self()->tr("\nPlugin Search Pathes:"));
Debug::self()->log(Debug::self()->tr("\nPlugin Search Paths:"));
foreach(const QString& p, pluginPaths) {
Debug::self()->log(QString("-> %1").arg(p));
}
Expand Down
2 changes: 1 addition & 1 deletion src/libkstapp/equationtab.ui
Expand Up @@ -45,7 +45,7 @@
</size>
</property>
<property name="whatsThis">
<string>Enter the equation to be evaluated here. Use 'x' as the independent variable. Vectors an operators are selected from the above lists.</string>
<string>Enter the equation to be evaluated here. Use 'x' as the independent variable. Vectors and operators are selected from the above lists.</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/libkstapp/generaltab.ui
Expand Up @@ -20,7 +20,7 @@
</sizepolicy>
</property>
<property name="toolTip">
<string>Dynamic files update this fast,. or slower.</string>
<string>Dynamic files update this fast or slower.</string>
</property>
<property name="whatsThis">
<string>Minimum time between updates when looking at dynamic files. If there is a lot of processing, it might take longer.</string>
Expand Down

0 comments on commit e7301f0

Please sign in to comment.