[Libreoffice-commits] core.git: sal/osl

Chris Sherlock chris.sherlock79 at gmail.com
Mon Jun 26 05:08:38 UTC 2017


 sal/osl/w32/pipe.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c2d139d8fa92e44baf592cd8ce644dc66356e143
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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 );


More information about the Libreoffice-commits mailing list