From ad2d7a7b8430731f134374105121d039762c6f6c Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Sat, 4 Mar 2023 11:54:20 +0100 Subject: scope.c - fix typo --- scope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scope.c') diff --git a/scope.c b/scope.c index ce6837ae3b..31806d305a 100644 --- a/scope.c +++ b/scope.c @@ -353,7 +353,7 @@ Saves and restores a refcounted string, similar to what save_generic_svref would do for a SV*. Can be used to restore a refcounted string to its previous state. Performs the appropriate refcount counting so that nothing should leak -or be prematurel freed. +or be prematurely freed. =cut */ -- cgit v1.2.1