diff options
author | Ted Gould <ted@gould.cx> | 2010-04-06 15:55:45 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-06 15:55:45 -0500 |
commit | 22de79822416a3396e0087003acaa8f730122305 (patch) | |
tree | 4dbc27544b7f14b1aea711ae8ebb977516743a77 /libindicator | |
parent | 1200f51e90901eb120484ae3bb0a3912efb7bff4 (diff) | |
download | libayatana-indicator-22de79822416a3396e0087003acaa8f730122305.tar.gz libayatana-indicator-22de79822416a3396e0087003acaa8f730122305.tar.bz2 libayatana-indicator-22de79822416a3396e0087003acaa8f730122305.zip |
Typo
Diffstat (limited to 'libindicator')
-rw-r--r-- | libindicator/indicator-desktop-shortcuts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-desktop-shortcuts.c b/libindicator/indicator-desktop-shortcuts.c index cfd8eef..b04b482 100644 --- a/libindicator/indicator-desktop-shortcuts.c +++ b/libindicator/indicator-desktop-shortcuts.c @@ -235,7 +235,7 @@ parse_keyfile (IndicatorDesktopShortcuts * ids) } /* Remove a previous translation domain if we had one - from a perviously parsed file. */ + from a previously parsed file. */ if (priv->domain != NULL) { g_free(priv->domain); priv->domain = NULL; |