Correct "formated" typos.
authorChris Lamb <chris@chris-lamb.co.uk>
Fri, 17 Feb 2017 19:54:58 +0000 (08:54 +1300)
committerGarming Sam <garming@samba.org>
Wed, 22 Feb 2017 07:26:22 +0000 (08:26 +0100)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
docs-xml/using_samba/ch06.xml
docs-xml/xslt/latex/sambadoc.cls
lib/replace/snprintf.c

index a4a9160e081003db2c11a260b981a1b30c46dbda..8e8740b8b6cec153069c7e02dca4fb9235df325a 100644 (file)
@@ -2322,7 +2322,7 @@ local group map</title>
 
 
 <para>One warning: because these scripts are loaded by Windows and executed on the Windows side, they must consist of DOS formatted <indexterm id="ch06-idx-968122-0"><primary>carriage-returns for scripts</primary></indexterm>
-<indexterm id="ch06-idx-968122-1"><primary>DOS-formated carriage returns</primary></indexterm>
+<indexterm id="ch06-idx-968122-1"><primary>DOS-formatted carriage returns</primary></indexterm>
 <indexterm id="ch06-idx-968122-2"><primary>Unix</primary><secondary> carriage returns</secondary></indexterm>carriage-return/linefeed characters instead of Unix carriage returns. It's best to use a DOS- or Windows-based editor to create them.</para>
 
 
index 20c81325f738e04652be439e4bd0a58675da4c71..b7f634f6d9a76e4b9491261509e568177c4e93d7 100644 (file)
@@ -18,7 +18,7 @@
 %================================================================================
 % 1. Page layout dimensions
 % 3. Define new fonts for headings
-% 4. Redefines the way "figure" amd "table" are formated in a \caption
+% 4. Redefines the way "figure" amd "table" are formatted in a \caption
 % 5. Defines a \capt macro which defines (1) \captwidth, (2) \captsize
 %    and \beforetableskip.
 % 6. Defines and modifies FANCYHDS.STY for headers and foots
index 63eb0362404c4764eb83c52c34c17252b122cb0a..2cd9c43ce12abdbd54f20df456d831b2fada90d7 100644 (file)
@@ -34,7 +34,7 @@
  *    probably requires libm on most operating systems.  Don't yet
  *    support the exponent (e,E) and sigfig (g,G).  Also, fmtint()
  *    was pretty badly broken, it just wasn't being exercised in ways
- *    which showed it, so that's been fixed.  Also, formated the code
+ *    which showed it, so that's been fixed.  Also, formatted the code
  *    to mutt conventions, and removed dead code left over from the
  *    original.  Also, there is now a builtin-test, just compile with:
  *           gcc -DTEST_SNPRINTF -o snprintf snprintf.c -lm