diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-04 18:48:09 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-04 18:48:09 -0500 |
commit | 0d043b41b43caf6129b018738472a7eb56d29e33 (patch) | |
tree | fab7d4721d8a0d9de3068e777daa34e64ab0da86 /dcop/KDE-ICE/ICElib.h | |
parent | 8fb2978ca04635f273e725708962d06c00a59af9 (diff) | |
download | tdelibs-0d043b41b43caf6129b018738472a7eb56d29e33.tar.gz tdelibs-0d043b41b43caf6129b018738472a7eb56d29e33.zip |
Fix typos.
Diffstat (limited to 'dcop/KDE-ICE/ICElib.h')
-rw-r--r-- | dcop/KDE-ICE/ICElib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcop/KDE-ICE/ICElib.h b/dcop/KDE-ICE/ICElib.h index f22a36f4f..69c2c2228 100644 --- a/dcop/KDE-ICE/ICElib.h +++ b/dcop/KDE-ICE/ICElib.h @@ -89,7 +89,7 @@ typedef enum { IceClosedASAP, IceConnectionInUse, IceStartedShutdownNegotiation -} IceClosetStatus; +} IceCloseStatus; typedef enum { IceProcessMessagesSuccess, @@ -398,7 +398,7 @@ extern Bool IceCheckShutdownNegotiation ( #define IceCloseConnection KDE_IceCloseConnection -extern IceClosetStatus IceCloseConnection ( +extern IceCloseStatus IceCloseConnection ( #if NeedFunctionPrototypes IceConn /* iceConn */ #endif |