Package: lodepng
Version: 0.0~git20241228.0b1d9cc-1
Tags: patch

Hi,

The lodepng binary package descriptions all have the same typo, using
"conatains" instead of "contains". The attached patch fixes these.

>From 8b6ee87bac3b01bc8007365800a28308375ff442 Mon Sep 17 00:00:00 2001
From: Teemu Hukkanen <tjhuk...@iki.fi>
Date: Sun, 2 Mar 2025 01:05:40 +0200
Subject: [PATCH] Fix typo in package descriptions (conatains -> contains)

---
 debian/control | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 66169b6..4bf8eb6 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Description: PNG encoder and decoder in C and C++, without dependencies (shared
  LodePNG works both in C (ISO C90) and C++, with a C++ wrapper that adds
  extra functionality.
  .
- This package conatains the shared objects.
+ This package contains the shared objects.
 
 Package: liblodepng-dev
 Section: libdevel
@@ -60,7 +60,7 @@ Description: PNG encoder and decoder in C and C++, without dependencies (develop
  LodePNG works both in C (ISO C90) and C++, with a C++ wrapper that adds
  extra functionality.
  .
- This package conatains the development files and examples.
+ This package contains the development files and examples.
 
 Package: lodepng-utils
 Section: graphics
@@ -88,5 +88,4 @@ Description: PNG encoder and decoder in C and C++, without dependencies (utility
  LodePNG works both in C (ISO C90) and C++, with a C++ wrapper that adds
  extra functionality.
  .
- This package conatains the pngdetail utility.
-
+ This package contains the pngdetail utility.
-- 
2.47.2

Reply via email to