aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/DLL.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/DLL.h')
-rw-r--r--include/qpdf/DLL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h
index 42dc2fac..a29a8d14 100644
--- a/include/qpdf/DLL.h
+++ b/include/qpdf/DLL.h
@@ -63,7 +63,7 @@ for a more in-depth discussion.
* A class's runtime type information is need if the class is going to
be used as an exception, inherited from, or tested with
- dynamic_claass. To do these things across a shared object boundary,
+ dynamic_class. To do these things across a shared object boundary,
runtime type information must be exported.
* On Windows: