diff options
author | Armin Müller <27155134+arm-in@users.noreply.github.com> | 2018-03-26 11:32:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-26 11:32:37 (GMT) |
commit | a40b6623967d2ab9817d674b0c13c746784bb020 (patch) | |
tree | ee9748ce1e9a53d8137132fb51e15d9dfed543e1 | |
parent | c9f7e5073163ede0a1ca071030d6b3746b943b94 (diff) | |
download | Doxygen-a40b6623967d2ab9817d674b0c13c746784bb020.zip Doxygen-a40b6623967d2ab9817d674b0c13c746784bb020.tar.gz Doxygen-a40b6623967d2ab9817d674b0c13c746784bb020.tar.bz2 |
Typo
-rw-r--r-- | src/clangparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clangparser.h b/src/clangparser.h index 6072208..8bb9aba 100644 --- a/src/clangparser.h +++ b/src/clangparser.h @@ -19,7 +19,7 @@ class ClangParser * @param[in,out] filesInTranslationUnit Other files that are * part of the input and included by the file. * The function will return a subset of the files, - * only including the onces that were actually found + * only including the ones that were actually found * during parsing. */ void start(const char *fileName,QStrList &filesInTranslationUnit); |