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/shutdown.c | |
parent | 8fb2978ca04635f273e725708962d06c00a59af9 (diff) | |
download | tdelibs-0d043b41b43caf6129b018738472a7eb56d29e33.tar.gz tdelibs-0d043b41b43caf6129b018738472a7eb56d29e33.zip |
Fix typos.
Diffstat (limited to 'dcop/KDE-ICE/shutdown.c')
-rw-r--r-- | dcop/KDE-ICE/shutdown.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |