aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2006-12-05 06:36:23 +0800
committerChristian Persch <chpe@src.gnome.org>2006-12-05 06:36:23 +0800
commitbaf31a17961a5091b0e17c3532f533527ba920d9 (patch)
tree27be143aaaeb4659bd3a9937b22e7b2b301d8c29 /lib
parentf9284c227422409aa9e8583beaddd86a3945eb00 (diff)
downloadgsoc2013-epiphany-baf31a17961a5091b0e17c3532f533527ba920d9.tar
gsoc2013-epiphany-baf31a17961a5091b0e17c3532f533527ba920d9.tar.gz
gsoc2013-epiphany-baf31a17961a5091b0e17c3532f533527ba920d9.tar.bz2
gsoc2013-epiphany-baf31a17961a5091b0e17c3532f533527ba920d9.tar.lz
gsoc2013-epiphany-baf31a17961a5091b0e17c3532f533527ba920d9.tar.xz
gsoc2013-epiphany-baf31a17961a5091b0e17c3532f533527ba920d9.tar.zst
gsoc2013-epiphany-baf31a17961a5091b0e17c3532f533527ba920d9.zip
Fix typo
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/ephy-spinner.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/ephy-spinner.c b/lib/widgets/ephy-spinner.c
index f1c17b763..a05fe4d92 100644
--- a/lib/widgets/ephy-spinner.c
+++ b/lib/widgets/ephy-spinner.c
@@ -82,7 +82,7 @@ typedef struct
#define LAST_ICON_SIZE GTK_ICON_SIZE_DIALOG + 1
#define SPINNER_ICON_NAME "process-working"
-#define SPINNER_FALLBAC_ICON_NAME "gnome-spinner"
+#define SPINNER_FALLBACK_ICON_NAME "gnome-spinner"
#define EPHY_SPINNER_IMAGES_INVALID ((EphySpinnerImages *) 0x1)
typedef struct
@@ -256,7 +256,7 @@ ephy_spinner_images_load (GdkScreen *screen,
/* If the icon naming spec compliant name wasn't found, try the old name */
icon_info = gtk_icon_theme_lookup_icon (icon_theme,
- SPINNER_FALLBAC_ICON_NAME,
+ SPINNER_FALLBACK_ICON_NAME,
requested_size, 0);
if (icon_info == NULL)
{