--- plugin.c 2006-06-06 18:29:13.000000000 -0400 +++ plugin.c.new 2006-06-06 18:30:19.000000000 -0400 @@ -312,7 +312,7 @@ data->location_code = g_strdup(value); } - if (xfce_rc_read_bool_entry (rc, "celsius", TRUE)) + if (xfce_rc_read_bool_entry (rc, "celcius", TRUE)) data->unit = METRIC; else data->unit = IMPERIAL;