From d7f89d5dd93bf8a25460c74f484151f3b893fdf9 Mon Sep 17 00:00:00 2001 From: Kavindra Devi Palaraja Date: Mon, 3 Aug 2009 15:50:20 +0200 Subject: [PATCH] Doc - Fixed a typo Reviewed-By: TrustMe (cherry picked from commit c79e8079dd9d884ae01b849721c847b96874b9f3) --- doc/qtcreator.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index ac80ca3878f..e9904b4b12c 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -1507,7 +1507,7 @@ Click here to continue where you left creator last time", or something similar p \title Handling External Libraries The ability to recognize external libraries is not only important for the - underlying buidl system, but also for Qt Creator itself. This ability + underlying build system, but also for Qt Creator itself. This ability allows Qt Creator to support code completion and syntax highlighting for external libraries as if they were part of the current project or the Qt library.