diff --git a/reference/extended-functionality.dita b/reference/extended-functionality.dita index adfabf405..b006d9e55 100644 --- a/reference/extended-functionality.dita +++ b/reference/extended-functionality.dita @@ -11,7 +11,7 @@ DITA-OT provides additional processing support beyond that which is mandated by the DITA specification. These extensions can be used to define character encodings or line ranges for code references, normalize - indendation, add line numbers or display whitespace characters in code blocks. + indentation, add line numbers or display whitespace characters in code blocks. diff --git a/reference/markdown/Common-syntax.md b/reference/markdown/Common-syntax.md index f845bdbfb..72dba644e 100644 --- a/reference/markdown/Common-syntax.md +++ b/reference/markdown/Common-syntax.md @@ -163,7 +163,7 @@ Term
Term
-
Defintion.
+
Definition.
``` diff --git a/reference/processing-structure.dita b/reference/processing-structure.dita index 15aa63da2..212d0b66a 100644 --- a/reference/processing-structure.dita +++ b/reference/processing-structure.dita @@ -17,7 +17,7 @@ XHTML PDF HTML5 - preprocesing + preprocessing pipelines description of pipelines diff --git a/resources/dita-ot-doc.css b/resources/dita-ot-doc.css index 4152018ca..6e1ae32e8 100644 --- a/resources/dita-ot-doc.css +++ b/resources/dita-ot-doc.css @@ -844,7 +844,7 @@ h2 .codeph { } /**************************************** -Basic identation, padding, and margins +Basic indentation, padding, and margins ****************************************/ @media screen and (min-width: 992px) { diff --git a/samples/concepts/tools.xml b/samples/concepts/tools.xml index 1204e4f53..45f81cb24 100644 --- a/samples/concepts/tools.xml +++ b/samples/concepts/tools.xml @@ -15,7 +15,7 @@
  • Level
  • Saws
  • Drill
  • -
  • Air pressure guage
  • +
  • Air pressure gauge
  • Spade
  • Rake
  • diff --git a/samples/taskbook/webtrouble.dita b/samples/taskbook/webtrouble.dita index 931af0aa1..cc649f330 100644 --- a/samples/taskbook/webtrouble.dita +++ b/samples/taskbook/webtrouble.dita @@ -3,7 +3,7 @@ - Troublshooting Web Server problems + Troubleshooting Web Server problems There are several things to try if your Web Server is not functioning properly. diff --git a/topics/building-output.dita b/topics/building-output.dita index d4cf2c34d..404bf0776 100644 --- a/topics/building-output.dita +++ b/topics/building-output.dita @@ -1,7 +1,7 @@ - + Building output You can use the dita command-line tool, Ant, or the Java API to transform DITA content to the various output formats that DITA Open Toolkit supports. diff --git a/topics/implement-saxon-extension-functions.dita b/topics/implement-saxon-extension-functions.dita index 6b5f90e06..f7a6c90d7 100644 --- a/topics/implement-saxon-extension-functions.dita +++ b/topics/implement-saxon-extension-functions.dita @@ -39,7 +39,7 @@ META-INF/services in the compiled JAR that your plug-in provides. Each line of the file must be the name of a class that implements net.sf.saxon.lib.ExtensionFunctionDefinition: com.example.saxon.functions.Add -com.example.saxon.functions.Substract +com.example.saxon.functions.Subtract

    You can create the file using service elements in an Ant jar task:<jar destfile="${basedir}/target/lib/example-saxon.jar"> diff --git a/topics/plugin-configfile.dita b/topics/plugin-configfile.dita index ab36af865..487accc56 100644 --- a/topics/plugin-configfile.dita +++ b/topics/plugin-configfile.dita @@ -10,7 +10,7 @@ plug-ins - identfiers + identifiers plug-ins plugin.xml metadata @@ -82,7 +82,7 @@

    Like plug-in identifiers, extension point identifiers are composed of one or more dot-delimited tokens.

    - Extension point identifiers should begin with the identifier of the + Extension point identifiers should begin with the identifier of the defining plug-in and append one or more tokens, for example, org.dita.example.pre. Sample <xmlelement>extension-point</xmlelement> element