aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-10 23:27:30 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-10 23:27:30 +0200
commita249f89715aca956abc70154579964b5643c5ac7 (patch)
tree33232f9c14abb647651cd95ff1d29503328e73b0 /include
parentce86307a1aa5918810c4eb64344e41c7dc0507c9 (diff)
downloadqpdf-a249f89715aca956abc70154579964b5643c5ac7.tar.zst
Typo: warn -> warning
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/PointerHolder.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/PointerHolder.hh b/include/qpdf/PointerHolder.hh
index f0a513cb..3ad4c3a8 100644
--- a/include/qpdf/PointerHolder.hh
+++ b/include/qpdf/PointerHolder.hh
@@ -28,7 +28,7 @@
// #define POINTERHOLDER_TRANSITION 0 to suppress this warning, and see below.
// See also https://qpdf.readthedocs.io/en/stable/design.html#smart-pointers
-# warn "POINTERHOLDER_TRANSITION is not defined -- see qpdf/PointerHolder.hh"
+# warning "POINTERHOLDER_TRANSITION is not defined -- see qpdf/PointerHolder.hh"
// undefined = define as 0 and issue a warning
// 0 = no deprecation warnings, backward-compatible API