[release-notes/gnome-3-16] Fix a typo (boilerplace)



commit f100303626a8037fff38858fb7e8c73462368f8d
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Mar 22 18:45:42 2015 +0100

    Fix a typo (boilerplace)
    
    Noticed by Anders Jonsson.

 help/C/developers.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index 2447b98..bf04d8c 100644
--- a/help/C/developers.page
+++ b/help/C/developers.page
@@ -60,7 +60,7 @@
       <item><p>GObject instance counting is a new debugging feature which helps to find reference leaks. To 
use it, set the <code>GOBJECT_DEBUG=instance-count</code> environment variable, and then use 
<code>g_type_get_instance_count()</code> to get the number of live objects of a given type. GTK+ Inspector 
has a UI for this.</p></item>
       <item><p>GLib 2.44 introduces <code>GListModel</code>, a GSequence-based object list. This provides an 
alternative to <code>GtkTreeModel</code>, when data is naturally organized in GObjects. 
<code>GtkListBox</code> has an API (<code>gtk_list_box_bind_model</code>) to use such models.</p></item>
       <item><p>GLib's network monitor implementation has been significantly improved. This can be accessed 
using the existing <code>GNetworkMonitor</code> interface, to find out the current network state.</p></item>
-      <item><p>The new <code>G_DECLARE_TYPE</code> macro reduces the amount boilerplace required when 
creating GObjects in C.</p></item>
+      <item><p>The new <code>G_DECLARE_TYPE</code> macro reduces the amount boilerplate required when 
creating GObjects in C.</p></item>
       <item><p><code>g_autoptr</code> now provides automatic cleanup for local variables (supported on GCC 
and Clang).</p></item>      
       <item><p><code>GSimpleIOStream</code> is a new wrapper which makes it easier to construct 
<code>GIOStreams</code>.</p></item>
     </list>


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