From c000cd31ba3c0e38a81cb3d5ff7c22f9d54426bb Mon Sep 17 00:00:00 2001 From: efesxzc Date: Wed, 22 May 2024 01:13:04 +0500 Subject: [PATCH] fix typos --- src/tinytiff_tools.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tinytiff_tools.hxx b/src/tinytiff_tools.hxx index 961194d..3c9de12 100644 --- a/src/tinytiff_tools.hxx +++ b/src/tinytiff_tools.hxx @@ -30,7 +30,7 @@ extern "C" { /*! \defgroup tinytiffwriter_CXX TinyTIFFWriter: Optional C++-Interface (include-only!) \ingroup tinytiffwriter - All functions and tenplates in this group are extensions to the basic TinyTIFFWriter libarary. They + All functions and templates in this group are extensions to the basic TinyTIFFWriter library. They are all header-only (or templates), so no link library other than libTinyTIFF is required. */ @@ -38,7 +38,7 @@ extern "C" { /*! \defgroup tinytiffreader_CXX TinyTIFFReader: Optional C++-Interface (include-only!) \ingroup tinytiffreader - All functions in this group are extensions to the basic TinyTIFFReader libarary. They + All functions in this group are extensions to the basic TinyTIFFReader library. They are all header-only (or templates), so no link library other than libTinyTIFF is required. */