From 8ecda3ab53f0cdd019e147f8831fd080cb96db33 Mon Sep 17 00:00:00 2001 From: uqs Date: Sat, 7 Jan 2012 16:09:54 +0000 Subject: Spelling fixes for libexec/ --- libexec/rtld-aout/shlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec/rtld-aout') diff --git a/libexec/rtld-aout/shlib.c b/libexec/rtld-aout/shlib.c index f2c74a4..5cfa3f3 100644 --- a/libexec/rtld-aout/shlib.c +++ b/libexec/rtld-aout/shlib.c @@ -159,7 +159,7 @@ cmpndewey(int d1[], int n1, int d2[], int n2) if (i == n2) return 1; - errx(1, "cmpndewey: cant happen"); + errx(1, "cmpndewey: can't happen"); return 0; } -- cgit v1.1