[gnome-devel-docs] platform-demos: Small fixes on typos
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs] platform-demos: Small fixes on typos
- Date: Mon, 21 Mar 2011 16:15:48 +0000 (UTC)
commit 110ff90babacf03efe30383f912e864d0a139e83
Author: Johannes Schmid <jhs gnome org>
Date: Sun Mar 20 18:02:42 2011 -0400
platform-demos: Small fixes on typos
platform-demos/C/guitar-tuner.cpp.page | 4 ++--
platform-demos/C/image-viewer.c.page | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/platform-demos/C/guitar-tuner.cpp.page b/platform-demos/C/guitar-tuner.cpp.page
index 50f531a..d3082b5 100644
--- a/platform-demos/C/guitar-tuner.cpp.page
+++ b/platform-demos/C/guitar-tuner.cpp.page
@@ -61,8 +61,8 @@
<section>
<title>Build the code for the first time</title>
- <p>This is a very basic C++ code setting up Gtkmm. More details are given below; skip this list if you understand the basics:</p>
-
+ <p>This is a very basic C++ code setting up Gtkmm. More details are given below;
+ skip this list if you understand the basics:</p>
<list>
<item>
<p>The three <code>#include</code> lines at the top include the <code>config</code> (useful autoconf build defines), <code>gtkmm</code> (user interface) and <code>iostream</code> STL. Functions from these libraries are used in the rest of the code.</p>
diff --git a/platform-demos/C/image-viewer.c.page b/platform-demos/C/image-viewer.c.page
index 5e438aa..a5da528 100644
--- a/platform-demos/C/image-viewer.c.page
+++ b/platform-demos/C/image-viewer.c.page
@@ -56,7 +56,7 @@
<section>
<title>Build the code for the first time</title>
- <p>C is a rather verbose language, so don't be surprised that the file contains quite a lot of code. Most of it is template code. It loads an (empty) window from the user interface description file and shows it. More details are given below; skip this list if you understand the basics:</p>
+ <p>C is a rather verbose language, so don't be surprised that the file contains quite a lot of code. Most of it is template code. It loads an (empty) window and shows it. More details are given below; skip this list if you understand the basics:</p>
<list>
<item>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]