summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.hxx')
-rw-r--r--vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.hxx b/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.hxx
index 3e97eebbb0c1..90ec4e1d55ab 100644
--- a/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.hxx
+++ b/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.hxx
@@ -43,7 +43,7 @@ protected:
oslProcess m_process;
oslFileHandle m_inputWrite;
oslFileHandle m_outputRead;
- // simple multiplexing: every command gets it's own ID that can be used to
+ // simple multiplexing: every command gets its own ID that can be used to
// read the corresponding response
uint64_t m_msgId = 1;
std::mutex m_mutex;