From 7e7b40f3cc3a6bb094edf8469e16209f7fc5e276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 4 Apr 2018 11:25:45 +0200 Subject: [PATCH] Fix typo in the api documentation generator --- doc/generate-api-qdoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/generate-api-qdoc.py b/doc/generate-api-qdoc.py index 455b6726..d18f4577 100755 --- a/doc/generate-api-qdoc.py +++ b/doc/generate-api-qdoc.py @@ -167,7 +167,7 @@ def writeDocumentationContent(apiVersion, apiJson): printInfo('--> Write API documentation content') printInfo('--> API version: \"%s\"' % (version)) - writeToFile('In following section you can find a detaild description of the current API version %s.' % apiVersion) + writeToFile('In the following section you can find a detaild description of the current API version %s.' % apiVersion) writeToFile('\list') writeToFile('\li \l{Types}')