Date: Sun, 1 May 2016 16:20:14 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r298881 - in head/tools: build/mk regression/sockets/so_setfib tools/fixwhite tools/ipw tools/nanobsd tools/nanobsd/dhcpd tools/nanobsd/embedded tools/shlib-compat tools/wtap/vis_map to... Message-ID: <201605011620.u41GKEvW014889@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pfg Date: Sun May 1 16:20:14 2016 New Revision: 298881 URL: https://svnweb.freebsd.org/changeset/base/298881 Log: tools: minor spelling fixes. Mostly comments but also some user-visible strings. MFC after: 2 weeks Modified: head/tools/build/mk/Makefile.boot head/tools/regression/sockets/so_setfib/so_setfib.c head/tools/tools/fixwhite/fixwhite.1 head/tools/tools/fixwhite/fixwhite.c head/tools/tools/ipw/ipwstats.c head/tools/tools/nanobsd/defaults.sh head/tools/tools/nanobsd/dhcpd/common head/tools/tools/nanobsd/embedded/README head/tools/tools/nanobsd/embedded/common head/tools/tools/shlib-compat/shlib-compat.py head/tools/tools/wtap/vis_map/vis_map.c head/tools/tools/wtap/wtap/wtap.c Modified: head/tools/build/mk/Makefile.boot ============================================================================== --- head/tools/build/mk/Makefile.boot Sun May 1 16:16:11 2016 (r298880) +++ head/tools/build/mk/Makefile.boot Sun May 1 16:20:14 2016 (r298881) @@ -5,5 +5,5 @@ DPADD+= ${WORLDTMP}/legacy/usr/lib/libe LDADD+= -legacy LDFLAGS+= -L${WORLDTMP}/legacy/usr/lib -# we do not want to capture dependencies refering to the above +# we do not want to capture dependencies referring to the above UPDATE_DEPENDFILE= no Modified: head/tools/regression/sockets/so_setfib/so_setfib.c ============================================================================== --- head/tools/regression/sockets/so_setfib/so_setfib.c Sun May 1 16:16:11 2016 (r298880) +++ head/tools/regression/sockets/so_setfib/so_setfib.c Sun May 1 16:20:14 2016 (r298881) @@ -175,7 +175,7 @@ main(int argc __unused, char *argv[] __u return (0); } - /* Initalize randomness. */ + /* Initialize randomness. */ srandomdev(); /* Get number of FIBs supported by kernel. */ Modified: head/tools/tools/fixwhite/fixwhite.1 ============================================================================== --- head/tools/tools/fixwhite/fixwhite.1 Sun May 1 16:16:11 2016 (r298880) +++ head/tools/tools/fixwhite/fixwhite.1 Sun May 1 16:20:14 2016 (r298881) @@ -43,6 +43,6 @@ trailing whitespace characters from ever Multiple successive empty lines are merged together. If the whitespace at the beginning of a sentence is exactly a multiple of eight spaces, the whitespace is replaced by tabs. -Also, spaces preceeding tabs will be merged into the tab character. +Also, spaces preceding tabs will be merged into the tab character. .Sh AUTHORS .An Ed Schouten Aq Mt ed@FreeBSD.org Modified: head/tools/tools/fixwhite/fixwhite.c ============================================================================== --- head/tools/tools/fixwhite/fixwhite.c Sun May 1 16:16:11 2016 (r298880) +++ head/tools/tools/fixwhite/fixwhite.c Sun May 1 16:20:14 2016 (r298881) @@ -95,7 +95,7 @@ savewhite(char c, bool leading) savebyte(' '); break; case '\t': - /* Convert preceeding spaces to tabs. */ + /* Convert preceding spaces to tabs. */ ncolumn = (column / 8 + 1) * 8; while (peekbyte(1, ' ')) { queuelen--; Modified: head/tools/tools/ipw/ipwstats.c ============================================================================== --- head/tools/tools/ipw/ipwstats.c Sun May 1 16:16:11 2016 (r298880) +++ head/tools/tools/ipw/ipwstats.c Sun May 1 16:20:14 2016 (r298881) @@ -89,7 +89,7 @@ static const struct statistic tbl[] = { { 27, "Number of reassociation requests transmitted", INT }, { 28, "Number of reassociation responses transmitted", INT }, { 29, "Number of probe requests transmitted", INT }, - { 30, "Number of probe reponses transmitted", INT }, + { 30, "Number of probe responses transmitted", INT }, { 31, "Number of beacons transmitted", INT }, { 32, "Number of ATIM frames transmitted", INT }, { 33, "Number of disassociation requests transmitted", INT }, @@ -137,7 +137,7 @@ static const struct statistic tbl[] = { { 89, "Number of reassociation requests received", INT }, { 90, "Number of reassociation responses received", INT }, { 91, "Number of probe requests received", INT }, - { 92, "Number of probe reponses received", INT }, + { 92, "Number of probe responses received", INT }, { 93, "Number of beacons received", INT }, { 94, "Number of ATIM frames received", INT }, { 95, "Number of disassociation requests received", INT }, Modified: head/tools/tools/nanobsd/defaults.sh ============================================================================== --- head/tools/tools/nanobsd/defaults.sh Sun May 1 16:16:11 2016 (r298880) +++ head/tools/tools/nanobsd/defaults.sh Sun May 1 16:20:14 2016 (r298881) @@ -97,7 +97,7 @@ NANO_CUSTOMIZE="" # Late customize commands. NANO_LATE_CUSTOMIZE="" -# Newfs paramters to use +# Newfs parameters to use NANO_NEWFS="-b 4096 -f 512 -i 8192 -U" # The drive name of the media at runtime @@ -348,7 +348,7 @@ build_kernel ( ) ( # Note: We intentionally build all modules, not only the ones in # NANO_MODULES so the built world can be reused by multiple images. - # Although MODULES_OVERRIDE can be defined in the kenrel config + # Although MODULES_OVERRIDE can be defined in the kernel config # file to override this behavior. Just set NANO_MODULES=default. set -o xtrace cd "${NANO_SRC}" Modified: head/tools/tools/nanobsd/dhcpd/common ============================================================================== --- head/tools/tools/nanobsd/dhcpd/common Sun May 1 16:16:11 2016 (r298880) +++ head/tools/tools/nanobsd/dhcpd/common Sun May 1 16:20:14 2016 (r298881) @@ -229,7 +229,7 @@ add_port () { local port_path=$1 local port=`echo $1 | sed -e 's/\//_/'` shift - # Check if package allready exist + # Check if package already exist # Need to: # 1. check ARCH of this package! # 2. Add a trap Modified: head/tools/tools/nanobsd/embedded/README ============================================================================== --- head/tools/tools/nanobsd/embedded/README Sun May 1 16:16:11 2016 (r298880) +++ head/tools/tools/nanobsd/embedded/README Sun May 1 16:20:14 2016 (r298881) @@ -35,13 +35,13 @@ qemu-sparc64.cfg Create a bootable sparc rpi.cfg Create a bootable image for Raspberry Pi B rpi2.cfg Create a bootable image for Raspberry Pi2 sam9260ek.cfg Create a bootable image for an Atmel SAM9260-EK - evaluation board (still needs a kenrel loaded + evaluation board (still needs a kernel loaded into dataflash or NAND, so experimental). sam9g20ek.cfg Create a bootable image for an Atmel SAM9G20-EK - evaluation board (still needs a kenrel loaded + evaluation board (still needs a kernel loaded into dataflash or NAND, so experimental). Also works on many after-market boards that are somewhat - compatible with the refernce board. + compatible with the references board. QEMU command lines for serial console access Modified: head/tools/tools/nanobsd/embedded/common ============================================================================== --- head/tools/tools/nanobsd/embedded/common Sun May 1 16:16:11 2016 (r298880) +++ head/tools/tools/nanobsd/embedded/common Sun May 1 16:20:14 2016 (r298881) @@ -38,7 +38,7 @@ # Missing in base: # o mkimg setting active partition # o mkimg starting at arbitrary offset (needed for A10, et al) -# o mtools still needed becuase we have no makefs -t msdos +# o mtools still needed because we have no makefs -t msdos # o nanobsd doesn't record changes to WORLDTEMP in customization # scripts yet, so we have kludge to pick up all files # o easy way for pkg to grab files from other repos and put that Modified: head/tools/tools/shlib-compat/shlib-compat.py ============================================================================== --- head/tools/tools/shlib-compat/shlib-compat.py Sun May 1 16:16:11 2016 (r298880) +++ head/tools/tools/shlib-compat/shlib-compat.py Sun May 1 16:20:14 2016 (r298881) @@ -936,7 +936,7 @@ class DwarfdumpParser(Parser): tag.tag in DwarfdumpParser.external_tags)): if offset in self.offsetmap: raise ValueError("Dwarf dump parse error: " + - "symbol is aleady defined at offset 0x%x" % offset) + "symbol is already defined at offset 0x%x" % offset) self.offsetmap[offset] = tag if len(self.stack) > 0: prev = self.stack.pop() Modified: head/tools/tools/wtap/vis_map/vis_map.c ============================================================================== --- head/tools/tools/wtap/vis_map/vis_map.c Sun May 1 16:16:11 2016 (r298880) +++ head/tools/tools/wtap/vis_map/vis_map.c Sun May 1 16:20:14 2016 (r298881) @@ -110,7 +110,7 @@ main(int argc, const char* argv[]) link_op(&l); break; default: - printf("wtap ioctl: unkown command '%c'\n", *argv[1]); + printf("wtap ioctl: unknown command '%c'\n", *argv[1]); exit(1); } exit(0); Modified: head/tools/tools/wtap/wtap/wtap.c ============================================================================== --- head/tools/tools/wtap/wtap/wtap.c Sun May 1 16:16:11 2016 (r298880) +++ head/tools/tools/wtap/wtap/wtap.c Sun May 1 16:20:14 2016 (r298881) @@ -75,7 +75,7 @@ int main( int argc, const char* argv[]) delete(id); break; default: - printf("wtap ioctl: unkown command '%c'\n", *argv[1]); + printf("wtap ioctl: unknown command '%c'\n", *argv[1]); return -1; } return 0;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605011620.u41GKEvW014889>