Re: [PATCH] POD typos

2005-08-07 Thread Piotr Fusik
On 6 Aug, Steven P. Schubiger wrote: On 6 Aug, Piotr Fusik wrote: A A text (ASCII) string, will be space padded. -Z A null terminated (ASCIZ) string, will be null padded. +Z A null terminated (ASCIIZ) string, will be null padded. b A bit string (ascending bit

Re: [PATCH] POD typos

2005-08-06 Thread Piotr Fusik
A A text (ASCII) string, will be space padded. -Z A null terminated (ASCIZ) string, will be null padded. +Z A null terminated (ASCIIZ) string, will be null padded. b A bit string (ascending bit order inside each byte, like vec()). That isn't a typo.The change should

Re: [PATCH] POD typos

2005-08-06 Thread Steven P. Schubiger
On 6 Aug, Piotr Fusik wrote: A A text (ASCII) string, will be space padded. -Z A null terminated (ASCIZ) string, will be null padded. +Z A null terminated (ASCIIZ) string, will be null padded. b A bit string (ascending bit order inside each byte, like vec()). That

Re: [PATCH] POD typos

2005-08-05 Thread H.Merijn Brand
On Thu, 4 Aug 2005 23:22:44 +0200, Piotr Fusik [EMAIL PROTECTED] wrote: Hello, Some of my corrections still haven't been applied. Attached a patch against 25265. These are from the pod patches. I only applied the p[ml] patch myself. Anyway, thanks applied as change #25266 Graham: diff -ru

Re: [PATCH] POD typos

2005-08-05 Thread Mike Guy
Piotr Fusik [EMAIL PROTECTED] wrote AA text (ASCII) string, will be space padded. -ZA null terminated (ASCIZ) string, will be null padded. +ZA null terminated (ASCIIZ) string, will be null padded. bA bit string (ascending bit order inside each

Re: [PATCH] POD typos

2005-08-04 Thread Piotr Fusik
Hello, Some of my corrections still haven't been applied. Attached a patch against 25265. Bye, Piotr typos3.patch Description: Binary data

Re: [PATCH] POD typos

2005-08-01 Thread Rafael Garcia-Suarez
Piotr Fusik wrote: I've extracted a list of words from all the PODs and spell-checked it. The result is in the attachment. Thanks, applied, except bits that touch dual-live modules. I didn't apply the bit to perltoc.pod, which is a generated document, and I backported the bit to perlapi.pod to

Re: [PATCH] POD typos

2005-08-01 Thread Johan Vromans
Rafael Garcia-Suarez [EMAIL PROTECTED] writes: Piotr Fusik wrote: I've extracted a list of words from all the PODs and spell-checked it. The result is in the attachment. Thanks, applied, except bits that touch dual-live modules. I applied the changes to the development tree of Getopt::Long,

Re: [PATCH] POD typos

2005-08-01 Thread Michael G Schwern
On Mon, Aug 01, 2005 at 10:42:46AM +0200, Rafael Garcia-Suarez wrote: Piotr Fusik wrote: I've extracted a list of words from all the PODs and spell-checked it. The result is in the attachment. Thanks, applied, except bits that touch dual-live modules. I've applied the fixes from both his

[PATCH] POD typos

2005-07-30 Thread Piotr Fusik
I've extracted a list of words from all the PODs and spell-checked it. The result is in the attachment. typos.patch Description: Binary data