9fans / plan9port

Plan 9 from User Space
https://9fans.github.io/plan9port/
Other
1.6k stars 318 forks source link

typos #617

Closed musvaage closed 7 months ago

musvaage commented 1 year ago

@dancrossnyc

Before I spend too much time checking the code can you inform if there are any files not slated for typo correction?

accommodate accommodates accumulating addressable addresses additional addresses aggregate against aggressive amounts analogous announcement apparently attachments attributes authenticated authoritative automatically auxiliary asynchronous

$ grep -nr "accomodate " plan9port
plan9port/CHANGES:13:   rio: accomodate full-screen apps more gracefully
plan9port/CHANGES:881:  lib9: try to accomodate FreeBSD 5 disk device numbers
plan9port/CHANGES:899:  vbackup: accomodate FreeBSD 6
plan9port/src/cmd/troff/FIXES:152:      accomodate tbl. As a side effect, NTM buffers are now 1K
plan9port/src/libmemdraw/draw.c:738:     * structures; now that drawbuf has been grown to accomodate us,
plan9port/man/man7/htmlroff.7:220:condition continues to evaluate true, to accomodate 
$ grep -nr accomodates plan9port
plan9port/man/man7/venti.7:450:but has two changes to accomodates larger payloads.
$ grep -nr acummulating plan9port
plan9port/src/cmd/upas/scanmail/scanmail.c:145:         /* copy the rest of argv, acummulating the recipients as we go */
$ grep -nr addessable plan9port
plan9port/src/cmd/troff/FIXES:156:      .R register, now contains maximum number of addessable
$ grep -nr addesses plan9port
plan9port/src/cmd/venti/srv/dat.h:475:  AMap            *amap;                  /* mapping from index addesses to arenas */
$ grep -nr additonal plan9port
plan9port/src/cmd/9pfuse/fuse.c:222: * Reply to FUSE request m using additonal
$ grep -nr addressses plan9port
plan9port/man/man3/ip.3:280:    Iplifc  *lifc;          /* local addressses */
plan9port/man/lookman.index:545:addressses      /usr/local/plan9/man/man3/ip.3
$ grep -nr aggegate plan9port
plan9port/src/cmd/mk/archive.c:69:              /* mark the aggegate as having been done */
$ grep -nr aginst plan9port
plan9port/src/cmd/upas/send/rewrite.c:171:                      fprint(2, "matching %s aginst %s\n", s_to_c(addrp), rp->matchre->base);
$ grep -nr agressive plan9port
plan9port/src/cmd/9660srv/iobuf.c:16: * to be laid out contiguously; effectively we're doing agressive
$ grep -nr ammounts plan9port
plan9port/src/libsec/port/md4.c:10: *   Rotate ammounts used in the algorithm
plan9port/src/libsec/port/md5block.c:31: *      Rotate ammounts used in the algorithm
$ grep -nr analagous plan9port
plan9port/man/man3/9pclient.3:300:analagous to the offset maintained by the kernel for each open file descriptor.
plan9port/man/lookman.index:958:analagous       /usr/local/plan9/man/man3/9pclient.3
$ grep -nr annoucement plan9port
plan9port/src/cmd/hget.c:1181:  /* get a local address/port of the annoucement */
$ grep -nr apparenty plan9port
plan9port/src/cmd/troff/FIXES:84:       Nroff dumped core reading terminal tables: apparenty under plan 9,
$ grep -nr attacments plan9port
plan9port/src/cmd/upas/notes:50:        actually, it seems like the size of attachment is the problem: large attacments don't seem to work, somewhere between 19967 and 161065 is the failure point.
$ grep -nr attibutes plan9port
plan9port/man/man4/factotum.4:246:All keys can have additional attibutes that act either as comments
plan9port/man/man4/factotum.4:511:and enough other attibutes to uniquely identify a key to use.
$ grep -nr authenticatated plan9port
plan9port/src/cmd/fossil/9auth.c:80:             * been authenticatated.
$ grep -nr authoratative plan9port
plan9port/src/cmd/vac/file.c:919: * in f->dir, but otherwise the cache is the authoratative source
$ grep -nr automaticly plan9port
plan9port/man/man1/ndb.1:261:.\" automaticly be generated from any IP addresses in the database
plan9port/man/man1/ndb.1:267:.\" will automaticly create both forward and reverse entries for
$ grep -nr auxilliary plan9port
plan9port/src/cmd/dict/pgw.c:48:/* Possible tag auxilliary info */
plan9port/src/cmd/dict/pgw.c:1147: * Accumulate the tag and its auxilliary information in
plan9port/src/cmd/dict/oed.c:191:/* Possible tag auxilliary info */
plan9port/src/cmd/dict/oed.c:1375: * Accumulate the tag and its auxilliary information in
$ grep -nr aysnchronous plan9port
plan9port/src/cmd/upas/send/main.c:438:         /* aysnchronous delivery only happens if !rmail */
$ 

I'm going to separate typos in the file lib/fortunes.

assistance

$ grep -nr assitance plan9port
plan9port/lib/fortunes:4018:Telephone number has to be 10 numbers.  For example, enter '8002158482'.  Please contact us at 1-800-215-8482 for any assitance.
$ 

If this is pursued it should be clarified as to what extent specific typos may also be present in the Plan 9 source.

musvaage commented 7 months ago

Closed due to age.

aksr commented 7 months ago

These are still typos existing in the codebase, please reopen this issue and wait for it to be "fixed".

musvaage commented 7 months ago

I'm only going to implement such fixes in the Plan 9 source and correspondingly where they occur in Plan 9 from User Space.

Were a repo or fork thereof slated to typo corrections of the Plan 9 source then this ticket's subject matter could be revisited.