sal/osl/w32/pipe.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c2d139d8fa92e44baf592cd8ce644dc66356e143 Author: Chris Sherlock <[email protected]> Date: Mon Jun 26 07:17:59 2017 +1000 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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 ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
