[gtk+] Fix a few typos



commit f7ede4edca19fe112712aeb2551b88b672fbecc7
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Oct 18 12:53:30 2014 -0400

    Fix a few typos

 gtk/resources/theme/Adwaita/_colors-public.scss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/resources/theme/Adwaita/_colors-public.scss b/gtk/resources/theme/Adwaita/_colors-public.scss
index 8f88b25..ebc64f7 100644
--- a/gtk/resources/theme/Adwaita/_colors-public.scss
+++ b/gtk/resources/theme/Adwaita/_colors-public.scss
@@ -6,7 +6,7 @@
 // Sass thinks we're using the colors in the variables as strings and may shoot
 // warning, it's innocuous and can be defeated by using "" + $var
 /*
-widget text/foregroung color */
+widget text/foreground color */
 @define-color theme_fg_color #{"" +$fg_color};
 
 /*
@@ -78,7 +78,7 @@ these are pretty self explicative */
 @define-color warning_color #{"" +$warning_color};
 @define-color error_color #{"" +$error_color};
 @define-color success_color #{"" +$success_color};
-//@define-color desctructive_color #{$destructive_color}
+//@define-color destructive_color #{$destructive_color}
 
 //WM
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]