From 9adffe8cb5cfcc75bea1e621b7ec574e5818f38c Mon Sep 17 00:00:00 2001 From: tb@openbsd.org Date: Fri, 20 Nov 2015 09:04:01 +0000 Subject: typo in error message: to -> too ok florian@ --- slowcgi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slowcgi.c') diff --git a/slowcgi.c b/slowcgi.c index 5bf8eb6..1c9f814 100644 --- a/slowcgi.c +++ b/slowcgi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: slowcgi.c,v 1.47 2015/11/05 19:15:22 florian Exp $ */ +/* $OpenBSD: slowcgi.c,v 1.48 2015/11/20 09:04:01 tb Exp $ */ /* * Copyright (c) 2013 David Gwynne * Copyright (c) 2013 Florian Obser @@ -377,7 +377,7 @@ slowcgi_listen(char *path, struct passwd *pw) sun.sun_family = AF_UNIX; if (strlcpy(sun.sun_path, path, sizeof(sun.sun_path)) >= sizeof(sun.sun_path)) - lerrx(1, "socket path to long"); + lerrx(1, "socket path too long"); if (unlink(path) == -1) if (errno != ENOENT) -- cgit v1.2.3-2-gb3c3