summaryrefslogtreecommitdiffstats
path: root/doc/qws.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qws.doc')
-rw-r--r--doc/qws.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/qws.doc b/doc/qws.doc
index c6e366267..b294ec7c5 100644
--- a/doc/qws.doc
+++ b/doc/qws.doc
@@ -567,9 +567,9 @@ The following guidelines will improve CPU performance:
A lot of CPU and memory is used by the ELF linking process. You can
make significant savings by using a static build of your application
suite. This means that rather than having a dynamic library (\c
-libqte.so) and a collection of executables which link dynamically to
+libtqte.so) and a collection of executables which link dynamically to
that library, you build all the applications into a single executable
-and statically link that with a static library (\c libqt.a). This
+and statically link that with a static library (\c libtqt.a). This
improves start-up time, and reduces memory usage, at the expense of
flexibility (to add a new application, you must recompile the single
executable) and robustness (if one application has a bug, it might