From 5eade3f250198b19087e2aa532f4df74961eba47 Mon Sep 17 00:00:00 2001 From: somiaj Date: Thu, 20 Oct 2022 23:48:37 -0600 Subject: [PATCH] Spelling error fix in man page. --- debian/changelog | 1 + debian/patches/series | 1 + debian/patches/spelling-error-fix.patch | 11 +++++++++++ 3 files changed, 13 insertions(+) create mode 100644 debian/patches/spelling-error-fix.patch diff --git a/debian/changelog b/debian/changelog index 97ef4d8..08d335a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ fvwm (1:2.7.0-1) unstable; urgency=low * New upstream bugfix release. * Remove debian/patches applied upstream. * Update obsolete build depends. + * Fix spelling error found by lintian. -- Jaimos Skriletz Thu, 20 Oct 2022 11:00:00 -0600 diff --git a/debian/patches/series b/debian/patches/series index 95cd1ff..5b4f454 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ fix-TabCom.patch fix-hardcoded-xterm.patch default-config-fvwm2.patch +spelling-error-fix.patch diff --git a/debian/patches/spelling-error-fix.patch b/debian/patches/spelling-error-fix.patch new file mode 100644 index 0000000..4bfa2f4 --- /dev/null +++ b/debian/patches/spelling-error-fix.patch @@ -0,0 +1,11 @@ +--- a/doc/commands/Maximize.xml ++++ b/doc/commands/Maximize.xml +@@ -58,7 +58,7 @@ dimension of the window is set to + If the value is smaller than 0 the size is subtracted from the + screen width, i.e. -25 is the same as 75. If + horizontal +-is "", it is maximized to curren ++is "", it is maximized to current + available space until + finding any obstacle. The vertical resizing is similar. If both + horizontal and vertical values are "grow", it expands vertically