From be82fe7b4737176fce29ff4808e745ff0d7eb0db Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 2 May 2011 17:54:17 -0400 Subject: [PATCH] Fix typo in tapset documentation tapset/context.stp - target not 'targer' --- tapset/context.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tapset/context.stp b/tapset/context.stp index 5297af9a7..08a52975e 100644 --- a/tapset/context.stp +++ b/tapset/context.stp @@ -37,7 +37,7 @@ function execname:string () /** * sfunction pid - Returns the ID of a target process * - * Description: This function returns the ID of a targer process. + * Description: This function returns the ID of a target process. */ function pid:long () %{ /* pure */ /* unprivileged */ -- 2.43.5