diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-04 18:48:09 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-03 02:57:07 +0200 |
commit | d4b328048080211725e71d458cd7dfcc78793d9f (patch) | |
tree | db92230ccdc05b07172bf7b4469ab4033353696d /dcop/KDE-ICE | |
parent | 2afebdbe7fd3aee27f3972c78d8f5ff56c0136cf (diff) | |
download | tdelibs-d4b328048080211725e71d458cd7dfcc78793d9f.tar.gz tdelibs-d4b328048080211725e71d458cd7dfcc78793d9f.zip |
Fix typos.
(cherry picked from commit 0d043b41b43caf6129b018738472a7eb56d29e33)
Diffstat (limited to 'dcop/KDE-ICE')
-rw-r--r-- | dcop/KDE-ICE/ICElib.h | 4 | ||||
-rw-r--r-- | dcop/KDE-ICE/shutdown.c | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/dcop/KDE-ICE/shutdown.c b/dcop/KDE-ICE/shutdown.c index 8059dec76..740126fa4 100644 --- a/dcop/KDE-ICE/shutdown.c +++ b/dcop/KDE-ICE/shutdown.c @@ -102,14 +102,14 @@ IceConn iceConn; -IceClosetStatus +IceCloseStatus IceCloseConnection (iceConn) IceConn iceConn; { int refCountReachedZero; - IceClosetStatus status; + IceCloseStatus status; /* * If this connection object was never valid, we can close |