Home
last modified time | relevance | path

Searched refs:typos (Results 1 – 25 of 75) sorted by relevance

123

/freebsd-14-stable/sys/dev/syscons/daemon/
HDdaemon_saver.c206 static int txpos = 10, typos = 10; in daemon_saver() local
238 clear_string(sc, txpos, typos, toff, message, tlen); in daemon_saver()
323 if (typos <= 0) { in daemon_saver()
324 typos = 0; in daemon_saver()
326 } else if (typos >= scp->ysize - 1) { in daemon_saver()
327 typos = scp->ysize - 1; in daemon_saver()
330 txpos += txdir; typos += tydir; in daemon_saver()
344 draw_string(sc, txpos, typos, toff, message, tlen); in daemon_saver()
/freebsd-14-stable/usr.bin/diff3/tests/
HD8.out12 and a few typos to fix
HD2.txt3 and a few typos to fix
HD1.out7 and a few typos to fix
HD1t.out7 and a few typos to fix
HD7.out7 and a few typos to fix
HD9.out7 and a few typos to fix
/freebsd-14-stable/contrib/libcbor/
HDCONTRIBUTING.md11 …ncluding build scripts, examples, test, typos, CI/CD config, etc.) and documentation improvements …
/freebsd-14-stable/crypto/heimdal/lib/wind/
HDNormalizationCorrections.txt24 # the typos and misidentifications found and corrected in
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_default_passwd_cb.pod69 for comparison in order to catch typos, that would make decryption
/freebsd-14-stable/contrib/tzdata/
HDcalendars74 From: "Michael Palmer" [with two obvious typos fixed]
/freebsd-14-stable/contrib/tzcode/
HDcalendars74 From: "Michael Palmer" [with two obvious typos fixed]
/freebsd-14-stable/lib/libc/regex/
HDWHATSNEW90 file prototypes the functions if __STDC__ is defined, and some small typos
/freebsd-14-stable/share/i18n/csmapper/APPLE/
DCENTEURO%UCS.src38 # n03 1995-Apr-15 First version (after fixing some typos).
DUCS%CENTEURO.src38 # n03 1995-Apr-15 First version (after fixing some typos).
DUCS%TURKISH.src39 # n02 1995-Apr-15 First version (after fixing some typos).
DTURKISH%UCS.src39 # n02 1995-Apr-15 First version (after fixing some typos).
DUCS%CROATIAN.src41 # n03 1995-Apr-15 First version (after fixing some typos).
DCROATIAN%UCS.src41 # n03 1995-Apr-15 First version (after fixing some typos).
DUCS%CYRILLIC.src42 # n03 1995-Apr-15 First version (after fixing some typos).
DCYRILLIC%UCS.src42 # n03 1995-Apr-15 First version (after fixing some typos).
DUCS%ROMAN.src46 # n03 1995-Apr-15 First version (after fixing some typos).
DUCS%DINGBATS.src43 # n03 1995-Apr-15 First version (after fixing some typos).
/freebsd-14-stable/contrib/nvi/regex/
HDWHATSNEW90 file prototypes the functions if __STDC__ is defined, and some small typos
/freebsd-14-stable/contrib/openpam/
HDHISTORY228 - BUGFIX: Fix identical typos in PAM_ACCT_EXPIRED case in
307 - BUGFIX: Fix several typos in debugging macros.

123