aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-01 17:48:41 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-01 18:56:22 +0200
commite34dbbfa18ab4753f9637920719e683ba3037fcf (patch)
tree9e7ffeec9eb489679a50b1b30407655cc30df243 /include
parent04118ca44b97a362ca5be77e580085dbb9ac4563 (diff)
downloadqpdf-e34dbbfa18ab4753f9637920719e683ba3037fcf.tar.zst
Spell check
Diffstat (limited to 'include')
-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: