[gtkmm-documentation/gtkmm-3-22] Fix typo in my recent ColumnRecord commit
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation/gtkmm-3-22] Fix typo in my recent ColumnRecord commit
- Date: Mon, 15 Jan 2018 14:37:11 +0000 (UTC)
commit 0956ce0f1c846444b3f10d345fec087e5c3ccd64
Author: Daniel Boles <dboles src gmail com>
Date: Mon Jan 15 14:35:04 2018 +0000
Fix typo in my recent ColumnRecord commit
Thanks to Kjell for pointing this out.
https://bugzilla.gnome.org/show_bug.cgi?id=792482#c10
docs/tutorial/C/index-in.docbook | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/tutorial/C/index-in.docbook b/docs/tutorial/C/index-in.docbook
index 572469d..01361d3 100644
--- a/docs/tutorial/C/index-in.docbook
+++ b/docs/tutorial/C/index-in.docbook
@@ -2408,7 +2408,7 @@ As a <classname>TreeModelColumnRecord</classname> describes structure, not data,
it can be shared among multiple models, and this is preferable for efficiency.
However, the instance (such as <varname>m_Columns</varname> here) should usually
not be static, because it often needs to be instantiated after
-<application>glibmm</application> has been ininitialized. The best solution is
+<application>glibmm</application> has been initialized. The best solution is
to make it a lazily instantiated singleton, so that it will be constructed
on-demand, whenever the first model accesses it.
</para>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]