---
 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
 @co...@var{prog}_qtsources} variable (and in @co...@var{prog}_sources}
 too).  The generated C++ files will be named according to Qt customs
-- 
1.6.3.3



Reply via email to