diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-04-02 18:42:07 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-04-02 18:42:07 -0500 |
commit | f7eab1e6edb5d5cc1732256c80115f694f444475 (patch) | |
tree | 64b71967fe03144944eafe7519f9767b78148998 /libindicator | |
parent | 96c35f0bf6a04ab18ad9b558ac4f4c9ba73d6c59 (diff) | |
download | libayatana-indicator-f7eab1e6edb5d5cc1732256c80115f694f444475.tar.gz libayatana-indicator-f7eab1e6edb5d5cc1732256c80115f694f444475.tar.bz2 libayatana-indicator-f7eab1e6edb5d5cc1732256c80115f694f444475.zip |
Fix spelling/grammar errors in an error message.
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 13c1667..0a4e026 100644 --- a/libindicator/indicator-desktop-shortcuts.c +++ b/libindicator/indicator-desktop-shortcuts.c @@ -199,7 +199,7 @@ set_property (GObject * object, guint prop_id, const GValue * value, GParamSpec /* But fallback if we can't */ if (priv->actions == ACTIONS_NONE && g_key_file_has_key(keyfile, G_KEY_FILE_DESKTOP_GROUP, OLD_SHORTCUTS_KEY, NULL)) { priv->actions = ACTIONS_XAYATANA; - g_warning("Desktop file '%s' is using a depracted format for it's actions that will be dropped soon.", g_value_get_string(value)); + g_warning("Desktop file '%s' is using a deprecated format for its actions that will be dropped soon.", g_value_get_string(value)); } if (priv->actions == ACTIONS_NONE) { |