diff --git a/debian/changelog b/debian/changelog index d86e2fe..1302df5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ lxqt-panel (0.12.0-9ubuntu1) UNRELEASED; urgency=medium * set-initial-task-button-correctly.patch * Upstream commit 563d6bf. * Change the Vcs entries to be Lubuntu-specific. + * Fix typo in the patch description of fix-memory-leaks.patch. -- Simon Quigley Mon, 21 May 2018 00:20:20 -0500 diff --git a/debian/patches/fix-memory-leaks.patch b/debian/patches/fix-memory-leaks.patch index 9604457..e62a4f7 100644 --- a/debian/patches/fix-memory-leaks.patch +++ b/debian/patches/fix-memory-leaks.patch @@ -3,7 +3,7 @@ Description: Fix various memory leaks but the commits weren't squashed. The commit descriptions are as follows: - mainmenu: Fix possible leaks in menu-cache usage - mount: Fix leak by correctly assigning the QObject parent - - taskbar: Avoid conditionals on unintialized values by proper initialization + - taskbar: Avoid conditionals on uninitialized values by proper initialization of data members Author: Palo Kisa Origin: backport