From 64b63b569d3d50ad67548e03ad21e73d42075ffa Mon Sep 17 00:00:00 2001 From: Hans Lub Date: Thu, 2 Mar 2017 21:09:03 +0100 Subject: [PATCH] fix typo --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index 6818240..051258f 100644 --- a/src/utils.c +++ b/src/utils.c @@ -547,7 +547,7 @@ get_new_slave_cwd(char **cwd) struct proc_vnodepathinfo vpi; if (proc_pidinfo(command_pid, PROC_PIDVNODEPATHINFO, 0, &vpi, sizeof(vpi)) <= 0) - DPRINTF2(DEBUG_COMPLETION, "proc_pidinfo(%d, .. failed: %s", command_pid, strerr(errno)); + DPRINTF2(DEBUG_COMPLETION, "proc_pidinfo(%d, .. failed: %s", command_pid, strerror(errno)); possibly_new_cwd = mysavestring(vpi.pvi_cdir.vip_path); #elif HAVE_FREEBSD_LIBPROCSTAT /* FreeBSD without the proc filesystem */