diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-06-26 07:17:59 +1000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-06-26 07:08:17 +0200 |
commit | c2d139d8fa92e44baf592cd8ce644dc66356e143 (patch) | |
tree | 774d943b69a09471f1d7f4002810768555e00979 /sal | |
parent | f957c0c6deb685893fe18e8df643708828b4043b (diff) |
osl: w32/pipe.cxx typo should have been caught, not cached
Change-Id: Iacdf76eec11aedc8a3308897edfda400790bdc19
Reviewed-on: https://gerrit.libreoffice.org/39245
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/pipe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/pipe.cxx b/sal/osl/w32/pipe.cxx index 217b18d918f8..125e06ed40ba 100644 --- a/sal/osl/w32/pipe.cxx +++ b/sal/osl/w32/pipe.cxx @@ -228,7 +228,7 @@ oslPipe SAL_CALL osl_createPipe(rtl_uString *strPipeName, oslPipeOptions Options } else { - // Pipe instance maybe cached by another client -> try again + // Pipe instance maybe caught by another client -> try again } } } while ( fPipeAvailable ); |