diff options
author | Rüdiger Timm <rt@openoffice.org> | 2001-08-20 09:44:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2001-08-20 09:44:50 +0000 |
commit | 6a3c7d316aa1f229cbffbf8d1c7a8c010a6932b8 (patch) | |
tree | 927fa704fa63878b6c493c05f4a763b4fa464b4d /idlc/source/idlccompile.cxx | |
parent | 997733c8e9f0cf61af70bf33c88fe73288f95588 (diff) |
#65293# typo corrected
Diffstat (limited to 'idlc/source/idlccompile.cxx')
-rw-r--r-- | idlc/source/idlccompile.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx index ea5bb3e90e3d..b79ef762774e 100644 --- a/idlc/source/idlccompile.cxx +++ b/idlc/source/idlccompile.cxx @@ -2,9 +2,9 @@ * * $RCSfile: idlccompile.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jsc $ $Date: 2001-08-17 13:03:26 $ + * last change: $Author: rt $ $Date: 2001-08-20 10:44:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,7 @@ #if defined(MACOSX) || defined(FREEBSD) || defined(NETBSD) #include <sys/wait.h> #else -#include <wait.h +#include <wait.h> #endif #endif |