diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-07 10:27:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-07 10:28:30 +0100 |
commit | 92644eecd0d3b17ad4778961030d4f02eb6359ea (patch) | |
tree | 9e69d80e1026c65cb871303eabac3972fdc6dab7 /jurt | |
parent | efae2d68dd1b94e28349c0ce26018d8f8689d5a5 (diff) |
Grammar fix
Change-Id: I714326ef7fe5c3fc632f6fae31d7e686bc61a834
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c b/jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c index 15c1d96e3789..cba767fe87c1 100644 --- a/jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c +++ b/jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c @@ -515,7 +515,7 @@ JNICALL Java_com_sun_star_lib_connections_pipe_PipeConnection_writeJNI { ThrowException(env, "com/sun/star/io/IOException", - "native pipe is failed to write"); + "native pipe: failed to write"); goto error; } } |