From 81a907aba804061d82448ea4ef2058cca47bfb91 Mon Sep 17 00:00:00 2001 From: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Date: Fri, 24 Apr 2026 03:22:08 -0700 Subject: [PATCH] docs: fix 'retriving' typo in RELEASE-0.5 release notes The v0.5 release notes had 'storing and retriving' instead of 'storing and retrieving'. This file is included in the sphinx man page build via release-notes/index, so lintian flags it as a typo-in-manual-page when building the Debian package. Fixes #117. --- doc/release-notes/RELEASE-0.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-notes/RELEASE-0.5.rst b/doc/release-notes/RELEASE-0.5.rst index 2a1f5ac..0314947 100644 --- a/doc/release-notes/RELEASE-0.5.rst +++ b/doc/release-notes/RELEASE-0.5.rst @@ -3,7 +3,7 @@ Release v0.5 ============ We are proud to announce the release of screed v0.5. screed is a database engine -capable of storing and retriving short-read sequence data. screed is designed +capable of storing and retrieving short-read sequence data. screed is designed to be fast and adaptable to different sequence file formats. This marks the first release of screed which we consider stable and complete.