From 3e8b9f4203c2f15c9fbfdb6e6305fae428edb73d Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 17 Mar 2005 17:32:41 +0000 Subject: Corrected a typo (exection -> execution). --- ldso/ldso/ldso.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/ldso/ldso.c') diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c index 9713416cd..75b6e9c12 100644 --- a/ldso/ldso/ldso.c +++ b/ldso/ldso/ldso.c @@ -133,7 +133,7 @@ void _dl_get_ready_to_run(struct elf_resolve *tpnt, unsigned long load_addr, } if (_start == (void *) auxvt[AT_ENTRY].a_un.a_fcn) { - _dl_dprintf(2, "Standalone exection is not supported yet\n"); + _dl_dprintf(2, "Standalone execution is not supported yet\n"); _dl_exit(1); } -- cgit v1.2.3