diff options
Diffstat (limited to 'doc/html/qmake-manual-3.html')
-rw-r--r-- | doc/html/qmake-manual-3.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qmake-manual-3.html b/doc/html/qmake-manual-3.html index fcbc82214..4247a5260 100644 --- a/doc/html/qmake-manual-3.html +++ b/doc/html/qmake-manual-3.html @@ -44,7 +44,7 @@ body { background: #ffffff; color: black; } <pre> SOURCES = hello.cpp </pre> -<p>This line specifies the source files that implement the application. In this case there is just one file, <em>hello.cpp</em>. Most applications retquire multiple files; this situation is dealt with by listing all the files on the same line space separated, like this:</p> +<p>This line specifies the source files that implement the application. In this case there is just one file, <em>hello.cpp</em>. Most applications require multiple files; this situation is dealt with by listing all the files on the same line space separated, like this:</p> <pre> SOURCES = hello.cpp main.cpp </pre> |