Thanks Simon, I've committed your patch to the trunk:

http://code.google.com/p/asciidoc/source/detail?r=9ebd48c4e4cbd0a9cef1f9b79ce2d8fd9faa6764


Cheers, Stuart


On 11/08/11 21:02, Simon Ruderich wrote:
Hi,

This patch fixes some minor documentation typos.

Regards,
Simon
---
  asciidoc.py                    |    2 +-
  doc/asciidoc.txt               |    2 +-
  doc/faq.txt                    |    4 ++--
  themes/volnitsky/volnitsky.css |    2 +-
  4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/asciidoc.py b/asciidoc.py
index c27b875..52207f2 100755
--- a/asciidoc.py
+++ b/asciidoc.py
@@ -273,7 +273,7 @@ def is_safe_file(fname, directory=None):
  def safe_filename(fname, parentdir):
      """
      Return file name which must reside in the parent file directory.
-    Return None if file is not not safe.
+    Return None if file is not safe.
      """
      if not os.path.isabs(fname):
          # Include files are relative to parent document
diff --git a/doc/asciidoc.txt b/doc/asciidoc.txt
index 846b758..d05d891 100644
--- a/doc/asciidoc.txt
+++ b/doc/asciidoc.txt
@@ -5795,7 +5795,7 @@ dealing with large amounts of imported plain text.
  |quirks |xhtml11 |
  Include the `xhtml11-quirks.conf` configuration file and
  `xhtml11-quirks.css`<<X35,stylesheet>>  to work around IE6 browser
-incompatibilities. This feature is deprecated and it's use is
+incompatibilities. This feature is deprecated and its use is
  discouraged -- documents are still viewable in IE6 without it.

  |revremark |docbook |
diff --git a/doc/faq.txt b/doc/faq.txt
index 07cbcfc..d5e69c5 100644
--- a/doc/faq.txt
+++ b/doc/faq.txt
@@ -88,7 +88,7 @@ body {
  }
  .........................................

-2. Declare the the font file as resource when you use `a2x(1)` to
+2. Declare the font file as resource when you use `a2x(1)` to
     compile the EPUB. For example:

    a2x -f epub -d book --epubcheck --stylesheet epubtest.css --resource 
.ttf=application/x-font-ttf --resource LiberationSerif-Regular.ttf epubtest.txt
@@ -106,7 +106,7 @@ body {
    accordingly (see the 'RESOURCES' section in the `a2x(1)` man page
    for details).
  - The URL value of the CSS 'src' property is set to the destination
-  font file relative the the CSS file.
+  font file relative to the CSS file.
  - The `--resource` option allows you to inject any file (not just font
    files) into the EPUB output document.
  - Using the CSS '@font-face' rule is a complex subject and is outside
diff --git a/themes/volnitsky/volnitsky.css b/themes/volnitsky/volnitsky.css
index b6c4a15..42ae7d2 100644
--- a/themes/volnitsky/volnitsky.css
+++ b/themes/volnitsky/volnitsky.css
@@ -3,7 +3,7 @@
   * Based on css from http://volnitsky.com, which was in turn based on default
   * theme from AsciiDoc
   *
- * FIXME: The stlying is still a bit rough in places.
+ * FIXME: The styling is still a bit rough in places.
   *
   */


--
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to