summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Rietveld <kristian@src.gnome.org>2006-09-04 20:58:09 +0000
committerKristian Rietveld <kristian@src.gnome.org>2006-09-04 20:58:09 +0000
commit87f1f65bddb3a71f2f2dea88531aebda98bd2990 (patch)
treec6d84609d2afcde28ea092f0b92eec232df55810
parentf270f2250fac7cd1ee3d3ef655c2cfe80cd1225f (diff)
downloadgtk+-87f1f65bddb3a71f2f2dea88531aebda98bd2990.tar.gz
fix typos.
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f89ebee714..a4ecd66b59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,9 +10,9 @@
operations spawned by buttons here,
(set_button_image_get_info_cb): bail out if button is NULL, but
do free button_data,
- (button_data_free): only free the data is non NULL (since this
+ (button_data_free): only free the data if non NULL (since this
function can be called multiple times for the same data), cancel
- handle is pending but don't free button_data in this case (will
+ handle if pending but don't free button_data in this case (will
happen in the callback).
2006-09-04 Michael Natterer <mitch@imendio.com>