summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-06-10 14:32:16 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-06-10 14:32:16 (GMT)
commitdf80e2787c543a3b48f775fbd5c18723abe64a07 (patch)
treee7d24c06a9c225fe4a29004a178cc28a435cdc67 /src/rtfgen.cpp
parentfcea664faa6475ff88208a719b50390b686e8930 (diff)
downloadDoxygen-df80e2787c543a3b48f775fbd5c18723abe64a07.zip
Doxygen-df80e2787c543a3b48f775fbd5c18723abe64a07.tar.gz
Doxygen-df80e2787c543a3b48f775fbd5c18723abe64a07.tar.bz2
Release-1.2.8.1
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r--src/rtfgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp
index 9e2213e..441c1f3 100644
--- a/src/rtfgen.cpp
+++ b/src/rtfgen.cpp
@@ -2588,7 +2588,7 @@ bool RTFGenerator::preProcessFileInplace(const char *path,const char *name)
}
QCString oldDir = convertToQCString(QDir::currentDirPath());
- // goto the html output directory (i.e. path)
+ // go to the html output directory (i.e. path)
QDir::setCurrent(d.absPath());
QDir thisDir;