diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-02-27 16:19:39 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-02-27 16:19:39 +0000 |
commit | 345d99c972cac67f2cdc38750e4ba2dea1cdb360 (patch) | |
tree | ba349d89d7b3beee56512281f5f80fb6627d7296 | |
parent | 6b08a5013b4e9e350ba461c9a59d30bb41feef8f (diff) |
Typo fixes (Nicholas Joly, XFree86 bugzilla #1658)
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | hw/darwin/quartz/XDarwinStartup.man | 2 | ||||
-rw-r--r-- | hw/darwin/utils/dumpkeymap.man | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2006-02-27 Alan Coopersmith <alan.coopersmith@sun.com> + + * hw/darwin/quartz/XDarwinStartup.man: + * hw/darwin/utils/dumpkeymap.man: + Typo fixes (Nicholas Joly, XFree86 bugzilla #1658) + 2006-02-24 Roland Scheidegger <rscheidegger_lists@hispeed.ch> * hw/xfree86/common/xf86PciInfo.h: diff --git a/hw/darwin/quartz/XDarwinStartup.man b/hw/darwin/quartz/XDarwinStartup.man index 28efd1edf..9bf7dfabd 100644 --- a/hw/darwin/quartz/XDarwinStartup.man +++ b/hw/darwin/quartz/XDarwinStartup.man @@ -36,7 +36,7 @@ will call Launch Services to locate XDarwin.app. .PP To start the IOKit X server, .I XDarwinStartup -will run the XDarwin execuatable, which should be present in the +will run the XDarwin executable, which should be present in the user's path. .SH OPTIONS .I XDarwinStartup diff --git a/hw/darwin/utils/dumpkeymap.man b/hw/darwin/utils/dumpkeymap.man index 12983bada..90a2cd051 100644 --- a/hw/darwin/utils/dumpkeymap.man +++ b/hw/darwin/utils/dumpkeymap.man @@ -58,7 +58,7 @@ // used with fixed-point font. The third argument is the annotation // itself. The block should be terminated with the `AE' macro. For all // roff interpreters which properly implement diversions, indentation, and -// tab stops, all anotations within the block are automatically aligned at +// tab stops, all annotations within the block are automatically aligned at // the same horizontal position. This position is guaranteed to be just // to the right of the widest `AN' detail line. For broken roff // interpreters, such as `rman', the string of spaces from the second |