summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/app
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/app')
-rw-r--r--vcl/unx/gtk/app/gtkdata.cxx4
-rw-r--r--vcl/unx/gtk/app/gtksys.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx
index bef0510da4a4..487d5e87c824 100644
--- a/vcl/unx/gtk/app/gtkdata.cxx
+++ b/vcl/unx/gtk/app/gtkdata.cxx
@@ -553,7 +553,7 @@ void GtkData::Yield( bool bWait, bool bHandleAllCurrentEvents )
{
/* #i33212# only enter g_main_context_iteration in one thread at any one
* time, else one of them potentially will never end as long as there is
- * another thread in in there. Having only one yieldin thread actually dispatch
+ * another thread in there. Having only one yieldin thread actually dispatch
* fits the vcl event model (see e.g. the generic plugin).
*/
bool bDispatchThread = false;
@@ -646,7 +646,7 @@ void GtkData::Init()
g_set_application_name(SalGenericSystem::getFrameClassName());
- // Set consistant name of the root accessible
+ // Set consistent name of the root accessible
OUString aAppName = Application::GetAppName();
if( !aAppName.isEmpty() )
{
diff --git a/vcl/unx/gtk/app/gtksys.cxx b/vcl/unx/gtk/app/gtksys.cxx
index 4bd61c7103da..90114bcb9512 100644
--- a/vcl/unx/gtk/app/gtksys.cxx
+++ b/vcl/unx/gtk/app/gtksys.cxx
@@ -73,7 +73,7 @@ struct GdkRectangleCoincident
* GtkSalSystem::countScreenMonitors()
*
* This method builds the vector which allows us to map from VCL's
- * idea of linear integer ScreenNumber to to gtk+'s rather more
+ * idea of linear integer ScreenNumber to gtk+'s rather more
* complicated screen + monitor concept.
*/
void