diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2010-12-05 19:11:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-06 09:16:29 +0000 |
commit | 36e2296bf8fae3c66a66eada3595cbb2628a4833 (patch) | |
tree | ea0857de290ed5b5874ec3f17d131fd61f827314 /sal/inc/osl/pipe_decl.hxx | |
parent | 1b11499074d855e34f40953898594035ca451c71 (diff) |
Replace all occured, occurance etc.
Diffstat (limited to 'sal/inc/osl/pipe_decl.hxx')
-rw-r--r-- | sal/inc/osl/pipe_decl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/inc/osl/pipe_decl.hxx b/sal/inc/osl/pipe_decl.hxx index c5d97e3d2914..54ccb93f5375 100644 --- a/sal/inc/osl/pipe_decl.hxx +++ b/sal/inc/osl/pipe_decl.hxx @@ -134,8 +134,8 @@ public: /** Delivers a constant decribing the last error for the pipe system. - @return ENONE if no error occured, invalid_PipeError if - an unknown (unmapped) error occured, otherwise an enum describing the + @return ENONE if no error occurred, invalid_PipeError if + an unknown (unmapped) error occurred, otherwise an enum describing the error. */ inline oslPipeError SAL_CALL getError() const; |