diff options
author | kris <kris@FreeBSD.org> | 2007-07-30 03:48:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-07-30 03:48:40 +0800 |
commit | 86166952dafcc9bacc001d79f8703b40d5049cc7 (patch) | |
tree | 6e2ce26c8206788a8266f41e29c741dbeae2dac5 /Tools | |
parent | e1c62e3c43f7cccee30b23c34ab7bb0874863022 (diff) | |
download | freebsd-ports-gnome-86166952dafcc9bacc001d79f8703b40d5049cc7.tar.gz freebsd-ports-gnome-86166952dafcc9bacc001d79f8703b40d5049cc7.tar.zst freebsd-ports-gnome-86166952dafcc9bacc001d79f8703b40d5049cc7.zip |
Correct typo ("singal")
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/portbuild/scripts/pnohang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/pnohang.c b/Tools/portbuild/scripts/pnohang.c index 664020a61aed..8a3f01797707 100644 --- a/Tools/portbuild/scripts/pnohang.c +++ b/Tools/portbuild/scripts/pnohang.c @@ -91,7 +91,7 @@ main(int argc, char *argv[]) /*snprintf(logstr, BUFSIZ, "logger -t %s killing %s %s, pid %d since no output in %d seconds", argv[0], args, message, pid, timeout); system(logstr);*/ printf("%s: killing %s (%s, pid %d and %d) since no output in %d seconds since %s", argv[0], args, message, pid1, pid, timeout, ctime(&now)); - printf("ps jgx before the singal\n"); + printf("ps jgx before the signal\n"); system("ps jgxww"); sleep(1); /* give it a chance to output the message */ kill(pid1, SIGTERM); |