[gnome-devel-docs/misspellings] Fix misspellings



commit a18956a31a2c4faa9d9bfcbeb818ca84864071ca
Author: Rafael Fontenelle <rafaelff gnome org>
Date:   Sun Sep 15 05:04:57 2019 -0300

    Fix misspellings

 NEWS                                     | 4 ++--
 optimization-guide/C/harmful.page        | 2 +-
 platform-demos/C/grid_with_entry.js.page | 2 +-
 platform-demos/C/weatherAppMain.js.page  | 8 ++++----
 platform-overview/ChangeLog              | 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/NEWS b/NEWS
index 89adb294..46d1498c 100644
--- a/NEWS
+++ b/NEWS
@@ -51,7 +51,7 @@
 3.26.0
 ======
 
-* Add description of GNOM and GVDB to programming guidlines (Philip Withnall)
+* Add description of GNOM and GVDB to programming guidelines (Philip Withnall)
 * Add a fullscreen mode pattern to the HIG (Allan Day)
 * Improvements to platform demos (David King, Sebastian Rasmussen)
 * HIG-compliant applications may run without open windows (Allan Day)
@@ -427,7 +427,7 @@
   es (Gladys Guerrero-Lozano)
 
 * Accessibility Development Guide
-  - Removed references to these non-existant figures (Jasper Lievisse Adriaanse)
+  - Removed references to these non-existent figures (Jasper Lievisse Adriaanse)
 
 3.4.1
 =====
diff --git a/optimization-guide/C/harmful.page b/optimization-guide/C/harmful.page
index 369d4c8e..c6942c39 100644
--- a/optimization-guide/C/harmful.page
+++ b/optimization-guide/C/harmful.page
@@ -61,7 +61,7 @@
         </item>
         <item>
             <p>
-                Consider caching all of the data in a single binary file that is properly aligned and can be 
mmaped.
+                Consider caching all of the data in a single binary file that is properly aligned and can be 
mmapped.
             </p>
         </item>
     </list>
diff --git a/platform-demos/C/grid_with_entry.js.page b/platform-demos/C/grid_with_entry.js.page
index 3ec66470..6cdd6408 100644
--- a/platform-demos/C/grid_with_entry.js.page
+++ b/platform-demos/C/grid_with_entry.js.page
@@ -41,7 +41,7 @@ entry.set_width_chars(50);
 var label = new Gtk.Label({label: "Entry widget: "});
 //create the button for connecting
 var connectionbutton = new Gtk.Button({label: "Click to update label"});
-//create the label for updating the entrys information
+//create the label for updating entry information
 this.resultlabel = new Gtk.Label({
   label: "Entry contents go here after the click"
 });
diff --git a/platform-demos/C/weatherAppMain.js.page b/platform-demos/C/weatherAppMain.js.page
index 39fd5065..3cd52e32 100644
--- a/platform-demos/C/weatherAppMain.js.page
+++ b/platform-demos/C/weatherAppMain.js.page
@@ -52,7 +52,7 @@ const WeatherService = imports.geonames;]]></code>
 Gtk.init(null, 0);
 //create your window, name it and connect the x to quit function. Remember that window is a taken word
 var weatherwindow = new Gtk.Window({type: Gtk.WindowType.TOPLEVEL});
-weatherwindow.title = "Todays weather";
+weatherwindow.title = "Today's weather";
 //Window only accepts one widget and a title. Further structure with Gtk.boxes of similar
 weatherwindow.connect("destroy", function(){Gtk.main_quit()});
 
@@ -66,7 +66,7 @@ Gtk.main();]]></code>
 var grid = new Gtk.Grid();
 weatherwindow.add(grid);
 
-//We initialize the icon here, but deside the file later in geonames.js.
+//We initialize the icon here, but decide the file later in geonames.js.
 var weatherIcon = new Gtk.Image();
 
 //Set some labels to your window
@@ -155,10 +155,10 @@ const WeatherService = imports.geonames;
 Gtk.init(null, 0);
 //create your window, name it and connect the x to quit function. Remember that window is a taken word
 var weatherwindow = new Gtk.Window({type: Gtk.WindowType.TOPLEVEL});
-weatherwindow.title = "Todays weather";
+weatherwindow.title = "Today's weather";
 //Window only accepts one widget and a title. Further structure with Gtk.boxes of similar
 weatherwindow.connect("destroy", function(){Gtk.main_quit()});
-//We initialize the icon here, but deside the file later in geonames.js.
+//We initialize the icon here, but decide the file later in geonames.js.
 
 var weatherIcon = new Gtk.Image();
 
diff --git a/platform-overview/ChangeLog b/platform-overview/ChangeLog
index 91e950b7..e0d338f1 100644
--- a/platform-overview/ChangeLog
+++ b/platform-overview/ChangeLog
@@ -148,7 +148,7 @@
 2007-07-24  Luca Ferretti  <elle uca libero it>
 
        * it/it.po:
-       * Makefile.am: Added inital Italian translation.
+       * Makefile.am: Added initial Italian translation.
 
 2007-07-23  Jorge Gonzalez <jorgegonz svn gnome org>
 


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