summaryrefslogtreecommitdiff
path: root/cpufreq
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-11-22 16:48:28 +0300
committermonsta <[email protected]>2016-11-22 16:57:06 +0300
commit0e5ba8dc3799a77c4a070dd33e6ec9e678345a94 (patch)
treed5b313af3171a2ab5a12562bb9c1da009da72e7b /cpufreq
parent760372cfb15b0955ac63155223892faad59c6a98 (diff)
downloadmate-applets-0e5ba8dc3799a77c4a070dd33e6ec9e678345a94.tar.bz2
mate-applets-0e5ba8dc3799a77c4a070dd33e6ec9e678345a94.tar.xz
fix some indent and a couple of typos
Diffstat (limited to 'cpufreq')
-rw-r--r--cpufreq/src/cpufreq-applet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpufreq/src/cpufreq-applet.c b/cpufreq/src/cpufreq-applet.c
index 2f098b9a..629a8333 100644
--- a/cpufreq/src/cpufreq-applet.c
+++ b/cpufreq/src/cpufreq-applet.c
@@ -525,7 +525,7 @@ cpufreq_applet_popup_position_menu (GtkMenu *menu,
*x = menu_xpos;
*y = menu_ypos;
#if GTK_CHECK_VERSION (3, 0, 0)
- if (push_in) *push_in = FALSE; /*fix botttom panel menu rendering in gtk3*/
+ if (push_in) *push_in = FALSE; /*fix bottom panel menu rendering in gtk3*/
#else
*push_in = TRUE;
#endif