Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hanslub42 committed Mar 2, 2017
1 parent cdf6386 commit 64b63b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 64b63b5

Please sign in to comment.