diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-02-18 18:42:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-02-18 18:42:54 (GMT) |
commit | 475f0a8175985720308c9bab76a562dce37c093d (patch) | |
tree | a3489f593be45dcdc85f47a1807f3b42fa81375b /doc/platform_shell.n | |
parent | 3031f5eb437a0fc9fc149360e11e7b496ed14149 (diff) | |
download | tcl-475f0a8175985720308c9bab76a562dce37c093d.zip tcl-475f0a8175985720308c9bab76a562dce37c093d.tar.gz tcl-475f0a8175985720308c9bab76a562dce37c093d.tar.bz2 |
Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them.
Diffstat (limited to 'doc/platform_shell.n')
-rw-r--r-- | doc/platform_shell.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/platform_shell.n b/doc/platform_shell.n index bbeba9f..f3ef6b9 100644 --- a/doc/platform_shell.n +++ b/doc/platform_shell.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: platform_shell.n,v 1.2 2006/12/06 01:42:00 das Exp $ +'\" RCS: @(#) $Id: platform_shell.n,v 1.3 2007/02/18 18:42:55 dkf Exp $ '\" .so man.macros .TH "platform::shell" n 1.0.2 platform::shell "Tcl Bundled Packages" @@ -32,10 +32,10 @@ only requirement is that the other shell (identified by its path), is actually executable on the current machine. .PP While for most platform this means that the architecture of the -interogated shell is identical to the architecture of the running +interrogated shell is identical to the architecture of the running shell this is not generally true. A counter example are all platforms which have 32 and 64 bit variants and where a 64bit system is able to -run 32bit code. For these running and interogated shell may have +run 32bit code. For these running and interrogated shell may have different 32/64 bit settings and thus different identifiers. .PP For applications like a code repository it is important to identify |