aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-04-06 15:55:45 -0500
committerTed Gould <ted@gould.cx>2010-04-06 15:55:45 -0500
commit22de79822416a3396e0087003acaa8f730122305 (patch)
tree4dbc27544b7f14b1aea711ae8ebb977516743a77
parent1200f51e90901eb120484ae3bb0a3912efb7bff4 (diff)
downloadlibayatana-indicator-22de79822416a3396e0087003acaa8f730122305.tar.gz
libayatana-indicator-22de79822416a3396e0087003acaa8f730122305.tar.bz2
libayatana-indicator-22de79822416a3396e0087003acaa8f730122305.zip
Typo
-rw-r--r--libindicator/indicator-desktop-shortcuts.c2
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;