From 7a2be548c8a0880b5b1e3a9dbfa2596e30b4185f Mon Sep 17 00:00:00 2001 From: Richard Hopkins Date: Thu, 16 Jan 2014 21:38:35 +0000 Subject: [PATCH] Correct typos: INSTALL.txt, MzCOM, ffi/com --- INSTALL.txt | 10 +++++----- pkgs/mzcom/mzcom.scrbl | 4 ++-- .../racket-doc/scribblings/foreign/com-auto.scrbl | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index a325811847..9f34ccc837 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -28,7 +28,7 @@ win32-in-place', as long as you're using Microsoft Visual Studio 9.0 want more control over the process, see below. On Mac OS X and Windows, you'll need native-library packages in the -"native-pkgs" directory. In the git repostory, "native-pkgs" is a git +"native-pkgs" directory. In the git repository, "native-pkgs" is a git submodule, so you'll need git submodule init git submodule update @@ -148,7 +148,7 @@ The `pkg-links' makefile target installs links to a specific include "devel-pkgs" in the search path for packages. As a result, the package links are installation specific, but still isolated from any `installation'-scope packages that you install later. The `pkg-links' -target alsosets the default package scope for the build to +target also sets the default package scope for the build to `installation' mode. Both of those configuration adjustments are made only if no configuration file "racket/etc/config.rktd" exists already. @@ -329,7 +329,7 @@ Roughly, the steps are nmake win32-client SERVER=... PKGS="..." Add `SERVER_PORT=...' to the `client' line if you picked an - alternate port in the `server` line; it shoul dbe the same as for + alternate port in the `server` line; it should be the same as for the `server' line. Add `DOC_SEARCH="..."' to the `client' line, if needed; @@ -380,7 +380,7 @@ In more detail: `server-from-base' (i.e., steps 1a and 1b). The `SERVER_PORT' and `SERVER_HOSTS' variables of the makefile - configure the prt and interfaces of the server. + configure the port and interfaces of the server. The `PKGS' variable of the makefile determines which packages are built for potential inclusion in a distribution. @@ -415,7 +415,7 @@ In more detail: that. Provide `SERVER' as the hostname of the server machine, but a - "locahost"-based tunnel back to the server is more secure and + "localhost"-based tunnel back to the server is more secure and avoids the need to specify `SERVER_HOSTS' when starting the server in step 1b. Also, provide `SERVER_PORT' if an alternate port was specified in step 1b. diff --git a/pkgs/mzcom/mzcom.scrbl b/pkgs/mzcom/mzcom.scrbl index b22633603e..c31fdfe5af 100644 --- a/pkgs/mzcom/mzcom.scrbl +++ b/pkgs/mzcom/mzcom.scrbl @@ -22,7 +22,7 @@ folder, re-register @exec{MzCOM.exe} with @commandline{mzcom.exe /RegServer} -The @exec{MzCOM.exe} executable find DLLs and Racket library +The @exec{MzCOM.exe} executable will find DLLs and Racket library collections relative to its own path. @; ---------------------------------------------------------------------- @@ -163,7 +163,7 @@ loaded. If an expression kills the primary Racket thread, as in ] then the evaluator Win32 thread is also killed. -When that happens, subsequent calls to Eval() will fail. +When that happens, subsequent calls to @tt{Eval} will fail. @section{Acknowledgments} diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/foreign/com-auto.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/foreign/com-auto.scrbl index 037ea5ea90..6d38f165e0 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/foreign/com-auto.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/foreign/com-auto.scrbl @@ -363,7 +363,7 @@ Removes any existing callback for @racket[name] in @racket[obj].} Extracts an @cpp{IUnknown} or @cpp{IDispatch} pointer from @racket[obj]. The former succeeds for any @tech{COM object} that has -not been relased via @racket[com-release]. The latter succeeds +not been released via @racket[com-release]. The latter succeeds only when the @tech{COM object} supports @cpp{IDispatch}, otherwise @racket[exn:fail] is raised.}