diff options
author | Ted Gould <ted@canonical.com> | 2009-11-03 09:34:00 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-03 09:34:00 -0600 |
commit | b3fc7791fdf7bea9787555b63c33e0b1f67390c4 (patch) | |
tree | 84da21b746a9f4ba85863e236643added8fd1bdd /libindicator/indicator-object.c | |
parent | 07c7bb1b4870184989d7dd79cc3fcd63338aada2 (diff) | |
download | libayatana-indicator-b3fc7791fdf7bea9787555b63c33e0b1f67390c4.tar.gz libayatana-indicator-b3fc7791fdf7bea9787555b63c33e0b1f67390c4.tar.bz2 libayatana-indicator-b3fc7791fdf7bea9787555b63c33e0b1f67390c4.zip |
Typo
Diffstat (limited to 'libindicator/indicator-object.c')
-rw-r--r-- | libindicator/indicator-object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-object.c b/libindicator/indicator-object.c index 2908ed9..72cea9d 100644 --- a/libindicator/indicator-object.c +++ b/libindicator/indicator-object.c @@ -68,7 +68,7 @@ indicator_object_class_init (IndicatorObjectClass *klass) return; } -/* Inititalize an instance */ +/* Initialize an instance */ static void indicator_object_init (IndicatorObject *self) { |