From 4a4228b1b77781d407a70cb9cdff12850f3cb0db Mon Sep 17 00:00:00 2001 From: Jesse Date: Tue, 18 Apr 2023 17:33:45 -0300 Subject: [PATCH] Fixed typo --- doc/Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index 1b7f61b..c00f6ef 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -8,7 +8,7 @@ sysvinit (3.07) released; urgency=low In other words, "pidof /tmp/sleep" and "pidof /usr/bin/sleep" will return the same PIDs when /tmp/sleep is a symbolic link to /usr/bin/sleep. * Fixed memory initialization error in pidof. Fix provided by Markus Fischer. - * Accepted patch from Mark Hindle which avoids clearing realpath information + * Accepted patch from Mark Hindley which avoids clearing realpath information in pidof when trying to find matching executables.