From 3d8a45b72818e8432f146871a7f6127f0a435d7f Mon Sep 17 00:00:00 2001 From: Samuel Young Date: Tue, 23 Dec 2025 14:38:30 -0600 Subject: [PATCH] Fix typos Found via Debian's spellintian tool. --- pod/perlclib.pod | 4 ++-- pod/perldiag.pod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perlclib.pod b/pod/perlclib.pod index 091be6828ff3..20bc5cf6fb5f 100644 --- a/pod/perlclib.pod +++ b/pod/perlclib.pod @@ -223,7 +223,7 @@ If you do need raw strings, use these instead: my_strlcpy(dt, src, sizeof(dt)) my_strlcat(dt, src, sizeof(dt)) -Similiarly, you can use SVs for creating strings from formats +Similarly, you can use SVs for creating strings from formats sprintf(s, fmt, ...) sv_setpvf(sv, fmt, ...) vsprintf(str, fmt, va_list) sv_vsetpvf(sv, fmt, va_list) @@ -300,7 +300,7 @@ C, as described in L.) Note that the libc caseless comparisons are crippled; Unicode provides a richer set, using the concept of folding. If you need more than equality/non-equality, it's probably best to store your -strings in an SV and use SV functions to do the comparision. Similarly +strings in an SV and use SV functions to do the comparison. Similarly for collation. =head2 F functions diff --git a/pod/perldiag.pod b/pod/perldiag.pod index cdd940729678..a9730ee4eab5 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1345,7 +1345,7 @@ See also L. (F) You called the C or C method of a class that has no such method defined in its inheritance graph, and passed an argument to the method. This is very often the sign of a misspelled package name in a C -or C statement that has silently succeded due to a case insensitive +or C statement that has silently succeeded due to a case insensitive file system. =item Can't locate package %s for @%s::ISA