summaryrefslogtreecommitdiffstats
path: root/src/cite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cite.cpp')
-rw-r--r--src/cite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cite.cpp b/src/cite.cpp
index f86350b..b17800f 100644
--- a/src/cite.cpp
+++ b/src/cite.cpp
@@ -268,7 +268,7 @@ void CiteDict::generatePage() const
{
if (!bibFile.isEmpty())
{
- // bug_700510, multile times the same name were overwriting; creating new names
+ // bug_700510, multiple times the same name were overwriting; creating new names
// also for names with spaces
++i;
copyFile(bibFile,latexOutputDir + bibTmpFile + QCString().setNum(i) + ".bib");