automake-patches
[Top][All Lists]
Advanced

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

[PATCH 4/8] Qt: documentation typo fixes


From: Gergely Risko
Subject: [PATCH 4/8] Qt: documentation typo fixes
Date: Thu, 9 Jul 2009 13:49:22 +0300

---
 doc/automake.texi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/automake.texi b/doc/automake.texi
index a9495e7..c46d08f 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -6684,14 +6684,14 @@ the build system.  For checking the existence of the Qt 
library and
 different parts of it, you can use pkg-config.
 
 @defmac AM_PROG_MOC
-Try to find Qt's Meta Object Compiler and if found the variable
+Tries to find Qt's Meta Object Compiler and if found the variable
 @code{MOC} will be set.  The value of this variable will be used during
 the compilation to generate meta object code.
 @end defmac
 
 With Qt's Meta Object Compiler C++ source can be generated from headers
 and sources.  Generated source from a header file has to be compiled and
-than linked to the binary.  Header files which should be run through the
+then linked to the binary.  Header files which should be run through the
 Meta Object Compiler have to be listed in the
 @address@hidden variable (and in @address@hidden
 too).  The generated C++ files will be named according to Qt customs
-- 
1.6.3.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]