diff --git a/collects/2htdp/tests/image-equality-performance-htdp.rkt b/collects/2htdp/tests/image-equality-performance-htdp.rkt
index 547c0c9286..cf04ed3989 100644
--- a/collects/2htdp/tests/image-equality-performance-htdp.rkt
+++ b/collects/2htdp/tests/image-equality-performance-htdp.rkt
@@ -411,7 +411,7 @@ Also added the timing code at the end.
;;purpose :given the board ,square to be played,column and row label and returns a new board
-;;with the square to be played at the position reffered
+;;with the square to be played at the position referred
;; play-on-board : board square symbol symbol -> board
;;test
diff --git a/collects/2htdp/tests/image-equality-performance.rkt b/collects/2htdp/tests/image-equality-performance.rkt
index 1c76b51030..19808deed0 100644
--- a/collects/2htdp/tests/image-equality-performance.rkt
+++ b/collects/2htdp/tests/image-equality-performance.rkt
@@ -416,7 +416,7 @@ Also added the timing code at the end.
;;purpose :given the board ,square to be played,column and row label and returns a new board
-;;with the square to be played at the position reffered
+;;with the square to be played at the position referred
;; play-on-board : board square symbol symbol -> board
;;test
diff --git a/collects/compiler/private/vmphase.rkt b/collects/compiler/private/vmphase.rkt
index 8bf7fc7324..acbeb71a80 100644
--- a/collects/compiler/private/vmphase.rkt
+++ b/collects/compiler/private/vmphase.rkt
@@ -803,7 +803,7 @@
;; distinguish between tail & non-tail calls
;; implement tail calls to "simple" primitives a regular calls
;; no need to pass anything to tail here because it's already
- ;; a tail value if its a tail-apply
+ ;; a tail value if it's a tail-apply
;; the vm-optimizer will refine the multi-ness of this application,
;; and worry about inter & intra-vehicle calls
;;
diff --git a/collects/embedded-gui/doc.txt b/collects/embedded-gui/doc.txt
index f528ab78b6..09ff60afa1 100644
--- a/collects/embedded-gui/doc.txt
+++ b/collects/embedded-gui/doc.txt
@@ -257,7 +257,7 @@ alignment<%>.
_stretchable-editor-snip-mixin_ gives an editor snip the
_stretchable-snip<%>_ interface allowing it to be stretched
-to fit it's alignment-parent<%>'s alloted width. Stretchable
+to fit its alignment-parent<%>'s alloted width. Stretchable
snips are useful as the snip of a snip-wrapper%.
_stretchable-editor-snip%_ is (stretcable-editor-snip-mixin editor-snip%)
diff --git a/collects/embedded-gui/scribblings/embedded-gui.scrbl b/collects/embedded-gui/scribblings/embedded-gui.scrbl
index 2d5bd51a5e..e8c937fe7f 100644
--- a/collects/embedded-gui/scribblings/embedded-gui.scrbl
+++ b/collects/embedded-gui/scribblings/embedded-gui.scrbl
@@ -81,7 +81,7 @@ t hat are labeled from a particular set of strings.}
Sets the tabbing order of @scheme[tabbable-text<%>]s by setting each
text's @method[tabbable-text<%> set-ahead] and
-@method[tabbable-text<%> set-back] thunks to point to it's neighbor in
+@method[tabbable-text<%> set-back] thunks to point to its neighbor in
the argument list.}
diff --git a/collects/framework/main.rkt b/collects/framework/main.rkt
index 85c921a59c..82b15b12dd 100644
--- a/collects/framework/main.rkt
+++ b/collects/framework/main.rkt
@@ -802,7 +802,7 @@
@scheme[filename].
@itemize[
@item{If a handler is found, it is applied to
- @scheme[filename] and it's result is the final
+ @scheme[filename] and its result is the final
result.}
@item{If not, @scheme[make-default] is used.}]}]}
@item{If @scheme[filename] is @scheme[#f], @scheme[make-default] is
diff --git a/collects/framework/private/scheme.rkt b/collects/framework/private/scheme.rkt
index be69a203af..6bf517c16c 100644
--- a/collects/framework/private/scheme.rkt
+++ b/collects/framework/private/scheme.rkt
@@ -604,7 +604,7 @@
[(not contains)
;; Something went wrong matching. Should we get here?
(do-indent 0)]
- #; ;; disable this to accomodate PLAI programs; return to this when a #lang capability is set up.
+ #; ;; disable this to accommodate PLAI programs; return to this when a #lang capability is set up.
[(curley-brace-sexp?)
;; when we are directly inside an sexp that uses {}s,
;; we indent in a more C-like fashion (to help Scribble)
diff --git a/collects/frtime/doc.txt b/collects/frtime/doc.txt
index 30fb635df5..452a9256e1 100644
--- a/collects/frtime/doc.txt
+++ b/collects/frtime/doc.txt
@@ -278,7 +278,7 @@ Generates a mixin that sends an event on stream-name when
callback is called. The class has an init field called
[stream-name]-event-processor, which is a function. The
function is applied to an event stream that has an
-occurence every time callback is called, and the value
+occurrence every time callback is called, and the value
of the events is a list of the arguments to the callback.
The public method (get-[stream-name]) is a public method
of the resulting class that gets the result of applying
diff --git a/collects/frtime/gui/doc.txt b/collects/frtime/gui/doc.txt
index 4d5c3a246b..568ee054d9 100644
--- a/collects/frtime/gui/doc.txt
+++ b/collects/frtime/gui/doc.txt
@@ -32,7 +32,7 @@ when the event should just be the value of the first
argument of the callback. split-*-events/type sets up an
appropriate split (see FrTime docs for split information,
GRacket docs for key-event codes and mouse-event types) over
-the type of event occurence.
+the type of event occurrence.
events->callbacks and callbacks->args-evts are the backbone
diff --git a/collects/honu/core/private/honu.rkt b/collects/honu/core/private/honu.rkt
index 2661df35a6..ff0b705ce5 100644
--- a/collects/honu/core/private/honu.rkt
+++ b/collects/honu/core/private/honu.rkt
@@ -1026,7 +1026,7 @@
(if (eq? #t (syntax-e #'type-name))
;; Context guarantees correct use, as long as we report our type:
#'(honu-report-type val orig-expr val-type protect-id)
- ;; Context gurantees use at a particular type...
+ ;; Context guarantees use at a particular type...
(if (check-compatible-type #'val #'orig-expr #'val-type #'type-name type-mismatch)
;; Declared type subsumes actual type:
(if (and (syntax-e #'protect-id)
diff --git a/collects/htdp/tests/guess-gui.rkt b/collects/htdp/tests/guess-gui.rkt
index f1c9d82576..68feb1c9c7 100644
--- a/collects/htdp/tests/guess-gui.rkt
+++ b/collects/htdp/tests/guess-gui.rkt
@@ -11,7 +11,7 @@
;; convert : (listof DIGIT) -> number
;; to convert a list of digits into a number
-;; the leading digit is the least signifcant one
+;; the leading digit is the least significant one
(define (convert alod)
(cond
[(empty? alod) 0]
diff --git a/collects/lazy/force.rkt b/collects/lazy/force.rkt
index 06280dca71..d89f336266 100644
--- a/collects/lazy/force.rkt
+++ b/collects/lazy/force.rkt
@@ -9,7 +9,7 @@
(define ~? promise?)
;; force a top-level list structure; works with improper lists (will force the
-;; dotted item when it checks if its a pair); does not handle cycles
+;; dotted item when it checks if it's a pair); does not handle cycles
(define (!list x)
(let ([x (! x)])
(if (list? x) ; cheap check,
diff --git a/collects/mred/private/wx/cocoa/gauge.rkt b/collects/mred/private/wx/cocoa/gauge.rkt
index 153b821b18..caab798559 100644
--- a/collects/mred/private/wx/cocoa/gauge.rkt
+++ b/collects/mred/private/wx/cocoa/gauge.rkt
@@ -33,7 +33,7 @@
(super-new [parent parent]
[cocoa (let ([cocoa (as-objc-allocation
;; Beware that a guage may be finally deallocated in
- ;; a seperate OS-level thread
+ ;; a separate OS-level thread
(tell (tell MyProgressIndicator alloc) init))])
(tellv cocoa setIndeterminate: #:type _BOOL #f)
(tellv cocoa setMaxValue: #:type _double* rng)
diff --git a/collects/mred/private/wx/gtk/frame.rkt b/collects/mred/private/wx/gtk/frame.rkt
index 8c43cf8e9e..7db96daf3b 100644
--- a/collects/mred/private/wx/gtk/frame.rkt
+++ b/collects/mred/private/wx/gtk/frame.rkt
@@ -216,7 +216,7 @@
(adjust-client-delta 0 h))
;; Hack: calls back into the mred layer to re-compute
;; sizes. By calling this early enough, the frame won't
- ;; grow if it doesn't have to grow to accomodate the menu bar.
+ ;; grow if it doesn't have to grow to accommodate the menu bar.
(send this resized))
(define saved-enforcements (vector 0 0 -1 -1))
diff --git a/collects/mred/private/wx/win32/gl-context.rkt b/collects/mred/private/wx/win32/gl-context.rkt
index 3da5c6e3f1..f7b8f0ce08 100644
--- a/collects/mred/private/wx/win32/gl-context.rkt
+++ b/collects/mred/private/wx/win32/gl-context.rkt
@@ -137,7 +137,7 @@
PFD_SUPPORT_GDI)
(bitwise-ior PFD_DRAW_TO_WINDOW)))
PFD_TYPE_RGBA ; color type
- (if offscreen? 32 24) ; prefered color depth
+ (if offscreen? 32 24) ; preferred color depth
0 0 0 0 0 0 ; color bits (ignored)
0 ; no alpha buffer
0 ; alpha bits (ignored)
diff --git a/collects/mred/private/wxme/editor-snip.rkt b/collects/mred/private/wxme/editor-snip.rkt
index 14f573695b..0d715396a7 100644
--- a/collects/mred/private/wxme/editor-snip.rkt
+++ b/collects/mred/private/wxme/editor-snip.rkt
@@ -111,7 +111,7 @@
(when (and s-admin
(has-flag? s-flags USES-BUFFER-PATH))
- ;; propogate a filename change:
+ ;; propagate a filename change:
(if (and editor
(no-permanent-filename? editor))
(let ([b (send s-admin get-editor)])
diff --git a/collects/mred/private/wxme/mline.rkt b/collects/mred/private/wxme/mline.rkt
index 6d81eac8d0..0794bb893f 100644
--- a/collects/mred/private/wxme/mline.rkt
+++ b/collects/mred/private/wxme/mline.rkt
@@ -1039,7 +1039,7 @@ Debugging tools:
[next (mline-next mline)])
(when (or (not (eq? (mline-snip next) asnip))
(not (has-flag? (snip->flags (mline-last-snip next)) NEWLINE)))
- ;; Effect can propogate to more lines, merging the
+ ;; Effect can propagate to more lines, merging the
;; next several. (Handle prefixing the remains of the source of
;; the extension to this line onto the next line. Implemented
;; as the next line eating the next->next line.)
diff --git a/collects/mrlib/image-core.rkt b/collects/mrlib/image-core.rkt
index 3cbd78905d..8df14e75b3 100644
--- a/collects/mrlib/image-core.rkt
+++ b/collects/mrlib/image-core.rkt
@@ -255,7 +255,7 @@ has been moved out).
(or (and (not (skip-image-equality-fast-path)) ;; this is here to make testing more effective
(equal? (get-normalized-shape) (send that get-normalized-shape)))
(let ([w (+ 1 (round (inexact->exact (bb-right bb))))] ;; some shapes (ie, rectangles) draw 1 outside the bounding box
- [h (+ 1 (round (inexact->exact (bb-bottom bb))))]) ;; so we make the bitmap slightly bigger to accomodate that.
+ [h (+ 1 (round (inexact->exact (bb-bottom bb))))]) ;; so we make the bitmap slightly bigger to accommodate that.
(or ;(zero? w)
;(zero? h)
(let ([bm1 (make-bitmap w h #t)]
diff --git a/collects/mrlib/private/aligned-pasteboard/geometry-managed-pasteboard.rkt b/collects/mrlib/private/aligned-pasteboard/geometry-managed-pasteboard.rkt
index 9d5e2abe5c..2773b2e794 100644
--- a/collects/mrlib/private/aligned-pasteboard/geometry-managed-pasteboard.rkt
+++ b/collects/mrlib/private/aligned-pasteboard/geometry-managed-pasteboard.rkt
@@ -50,7 +50,7 @@
(get-aligned-min-sizes type (find-first-snip)))))
;; set-algined-min-sizes (-> void?)
- ;; set the aligned min width and height of the pasteboard based on it's children snips
+ ;; set the aligned min width and height of the pasteboard based on its children snips
(inherit in-edit-sequence?)
(define/public (aligned-min-sizes-invalid)
;; This in-edit-sequence? is not sound. It causes me to percollate invalidation
diff --git a/collects/mrlib/private/image-core-bitmap.rkt b/collects/mrlib/private/image-core-bitmap.rkt
index 9b694af253..6a56a7f096 100644
--- a/collects/mrlib/private/image-core-bitmap.rkt
+++ b/collects/mrlib/private/image-core-bitmap.rkt
@@ -27,7 +27,7 @@ instead of this scaling code, we use the dc<%>'s scaling code.
; bmbytes: a bytes which represents an image --
-; it's size is a multiple of 4, and each
+; its size is a multiple of 4, and each
; four consecutive bytes represent alpha,r,g,b.
diff --git a/collects/mzlib/kw.rkt b/collects/mzlib/kw.rkt
index 66456276c1..014f5969dd 100644
--- a/collects/mzlib/kw.rkt
+++ b/collects/mzlib/kw.rkt
@@ -128,7 +128,7 @@
[else (ormap (lambda (k) (and (assq k rests) #t)) ; suggested?
(car (cddddr processed-spec)))])))
(define (make-keyword-get-expr key rest default known-vars)
- ;; expand (for id macros) and check if its a simple expression, because if
+ ;; expand (for id macros) and check if it's a simple expression, because if
;; it is, evaluation cannot have side-effects and we can use keyword-get*
(define default*
(local-expand default 'expression (cons #'#%app known-vars)))
diff --git a/collects/mzlib/thread.rkt b/collects/mzlib/thread.rkt
index 4c4d00585a..c4bcf7a798 100644
--- a/collects/mzlib/thread.rkt
+++ b/collects/mzlib/thread.rkt
@@ -7,7 +7,7 @@
#|
t accepts a function, f, and creates a thread. It returns the thread and a
- function, g. When g is applied it passes it's argument to f, and evaluates
+ function, g. When g is applied it passes its argument to f, and evaluates
the call of f in the time of the thread that was created. Calls to g do not
block.
|#
diff --git a/collects/mzscheme/examples/README b/collects/mzscheme/examples/README
index ee128c7580..a90d33a2da 100644
--- a/collects/mzscheme/examples/README
+++ b/collects/mzscheme/examples/README
@@ -28,7 +28,7 @@ end use the mzc `c-lambda', etc. forms.
exceptions while evaluating a string. Demonstrates how to catch
exceptions from C code.
- * bitmatrix.c - implements two-dimentional bit matrixes with some
+ * bitmatrix.c - implements two-dimensional bit matrixes with some
operations. Demonstrates defining a new Scheme data type, data
allocation, fancy integer type checking, general exception raising,
and registering static variables. Also demonstrates supplying
diff --git a/collects/openssl/mzssl.rkt b/collects/openssl/mzssl.rkt
index d2ec22b506..6bfca6e48a 100644
--- a/collects/openssl/mzssl.rkt
+++ b/collects/openssl/mzssl.rkt
@@ -185,7 +185,7 @@
(define-mzscheme scheme_end_atomic (-> _void))
(define-mzscheme scheme_make_custodian (_pointer -> _scheme))
- ;; Make this bigger than 4096 to accomodate at least
+ ;; Make this bigger than 4096 to accommodate at least
;; 4096 of unencrypted data
(define BUFFER-SIZE 8000)
diff --git a/collects/parser-tools/lex.rkt b/collects/parser-tools/lex.rkt
index e9983ab962..2db2ecbb8f 100644
--- a/collects/parser-tools/lex.rkt
+++ b/collects/parser-tools/lex.rkt
@@ -252,7 +252,7 @@
;; including a match at the current state
(longest-match-action
(vector-ref actions start-state))
- ;; how many bytes preceed char
+ ;; how many bytes precede char
(length-bytes 0)
;; how many characters have been read
;; including the one just read
diff --git a/collects/parser-tools/private-yacc/grammar.rkt b/collects/parser-tools/private-yacc/grammar.rkt
index dd71a88fbd..fe20c5a361 100644
--- a/collects/parser-tools/private-yacc/grammar.rkt
+++ b/collects/parser-tools/private-yacc/grammar.rkt
@@ -12,7 +12,7 @@
(define-struct prod (lhs rhs index prec action) (make-inspector))
;; The dot-pos field is the index of the element in the rhs
- ;; of prod that the dot immediately preceeds.
+ ;; of prod that the dot immediately precedes.
;; Thus 0 <= dot-pos <= (vector-length rhs).
(define-struct item (prod dot-pos) (make-inspector))
diff --git a/collects/planet/private/short-syntax-helpers.rkt b/collects/planet/private/short-syntax-helpers.rkt
index df517cca4f..10c7808c9d 100644
--- a/collects/planet/private/short-syntax-helpers.rkt
+++ b/collects/planet/private/short-syntax-helpers.rkt
@@ -38,7 +38,7 @@
;; parse-package : string (string -> 'a) -> (values string nat min-spec)
;; given a package specifier, returns the package name, the package major version, and a descriptor
-;; for the acceptible minor versions
+;; for the acceptable minor versions
(define (parse-package package yell)
(try-parsing package
([pkgname (get-to-next-colon-or-end)]
diff --git a/collects/plot/fit.rkt b/collects/plot/fit.rkt
index a3b388a7a1..437c8eab22 100644
--- a/collects/plot/fit.rkt
+++ b/collects/plot/fit.rkt
@@ -15,24 +15,24 @@
; fit-int : (number* -> number) (list-of (symbol number)) (list-of (vector number [number] number number)) -> fit-result
(define (fit-int function guesses data)
- (let* ((independant-vars (- (procedure-arity function) (length guesses)))
+ (let* ((independent-vars (- (procedure-arity function) (length guesses)))
(f-of-x-y (cond
- [(= 1 independant-vars)
+ [(= 1 independent-vars)
(lambda (x y . rest)
(apply function x rest))]
- [(= 2 independant-vars)
+ [(= 2 independent-vars)
function]
[else
- (error "Function provided is eitehr not of one or two independant variables or the number of
+ (error "Function provided is either not of one or two independent variables or the number of
guesses given is incorrect")]))
(x-vals (map vector-x data))
- (y-vals (if (= 1 independant-vars)
+ (y-vals (if (= 1 independent-vars)
x-vals
(map vector-y data)))
- (z-vals (if (= 1 independant-vars)
+ (z-vals (if (= 1 independent-vars)
(map vector-y data)
(map vector-z data)))
- (err-vals (if (= 1 independant-vars)
+ (err-vals (if (= 1 independent-vars)
(map vector-z data)
(map (lambda (vec) (vector-ref vec 4)) data)))
(result (fit-internal f-of-x-y x-vals y-vals z-vals err-vals (map cadr guesses))))
diff --git a/collects/plot/math.rkt b/collects/plot/math.rkt
index 7019ce2826..a8ef955d88 100644
--- a/collects/plot/math.rkt
+++ b/collects/plot/math.rkt
@@ -4,7 +4,7 @@
(require mzlib/list mzlib/etc mzlib/math)
- ; using vectors for n-dimentional points
+ ; using vectors for n-dimensional points
; vector-magnitude : (vectorof number) -> number
; computes the magnituded of the vector by using pythegorean theorem
diff --git a/collects/plot/plot.rkt b/collects/plot/plot.rkt
index 49ae2dd88a..87250389bf 100644
--- a/collects/plot/plot.rkt
+++ b/collects/plot/plot.rkt
@@ -36,7 +36,7 @@
;; make-2d-renderer : (2d-view% -> void)
;; provides a user with the ability to create their own renderers
-;; without providing the implimentation
+;; without providing the implementation
(define custom identity)
;;
diff --git a/collects/racket/private/serialize.rkt b/collects/racket/private/serialize.rkt
index b2d90f853e..bd632a18b7 100644
--- a/collects/racket/private/serialize.rkt
+++ b/collects/racket/private/serialize.rkt
@@ -415,7 +415,7 @@
(define (lookup-shared! share n mod-map module-path-index-join)
;; The shared list is not necessarily in order of
- ;; refereds before referees. A `not-ready' object
+ ;; referreds before referees. A `not-ready' object
;; indicates a reference before a value is ready,
;; so we need to recur to make it ready. Cycles
;; have been broken, though, so we don't run into
diff --git a/collects/redex/redex.scrbl b/collects/redex/redex.scrbl
index 27c0792a82..53b6ca4d2b 100644
--- a/collects/redex/redex.scrbl
+++ b/collects/redex/redex.scrbl
@@ -2438,7 +2438,7 @@ The line, line-span, column, and column-span correspond to
the logical spacing for the redex program, not the actual
spacing that will be used when they are rendered. The
logical spacing is only used when determining where to place
-typeset portions of the program. In the absense of any
+typeset portions of the program. In the absence of any
rewriters, these numbers correspond to the line and column
numbers in the original program.
diff --git a/collects/scribblings/framework/canvas.scrbl b/collects/scribblings/framework/canvas.scrbl
index ec1cc5c3a0..af73ef2bfa 100644
--- a/collects/scribblings/framework/canvas.scrbl
+++ b/collects/scribblings/framework/canvas.scrbl
@@ -53,7 +53,7 @@
Any
@scheme[canvas%]
that matches this interface will automatically
- resize selected snips when it's size changes. Use
+ resize selected snips when its size changes. Use
@method[canvas:wide-snip<%> add-tall-snip]
and
@method[canvas:wide-snip<%> add-wide-snip]
diff --git a/collects/scribblings/framework/editor.scrbl b/collects/scribblings/framework/editor.scrbl
index 64a353be79..b683634f0a 100644
--- a/collects/scribblings/framework/editor.scrbl
+++ b/collects/scribblings/framework/editor.scrbl
@@ -346,7 +346,7 @@
the filesystem.
The class that this mixin produces uses the same initialization
- arguments as it's input.
+ arguments as its input.
@defmethod*[#:mode override (((set-filename (name string) (temp? boolean |#f|)) void))]{
Updates the filename on each frame displaying this editor, for each
diff --git a/collects/scribblings/framework/text.scrbl b/collects/scribblings/framework/text.scrbl
index 7aa92bce03..09188b9b3c 100644
--- a/collects/scribblings/framework/text.scrbl
+++ b/collects/scribblings/framework/text.scrbl
@@ -156,7 +156,7 @@
objects in the framework.
The class that this mixin produces uses the same initialization
- arguments as it's input.
+ arguments as its input.
@defmethod*[#:mode override (((on-paint (before? any/c) (dc (is-a?/c dc<%>)) (left real?) (top real?) (right real?) (bottom real?) (dx real?) (dy real?) (draw-caret (one-of/c (quote no-caret) (quote show-inactive-caret) (quote show-caret)))) void))]{
Draws the rectangles installed by
diff --git a/collects/scribblings/guide/simple-syntax.scrbl b/collects/scribblings/guide/simple-syntax.scrbl
index 8f4578b35b..83748241c9 100644
--- a/collects/scribblings/guide/simple-syntax.scrbl
+++ b/collects/scribblings/guide/simple-syntax.scrbl
@@ -379,7 +379,7 @@ clearly written as follows:
The use of square brackets for @racket[cond] clauses is a
convention. In Racket, parentheses and square brackets are actually
-interchangable, as long as @litchar{(} is matched with @litchar{)} and
+interchangeable, as long as @litchar{(} is matched with @litchar{)} and
@litchar{[} is matched with @litchar{]}. Using square brackets in a
few key places makes Racket code even more readable.
diff --git a/collects/scribblings/raco/exe-api.scrbl b/collects/scribblings/raco/exe-api.scrbl
index 6085885dda..25323d77cf 100644
--- a/collects/scribblings/raco/exe-api.scrbl
+++ b/collects/scribblings/raco/exe-api.scrbl
@@ -256,7 +256,7 @@ currently supported keys are as follows:
@racket[#t] means that, to the degree that the generated
executable must refer to another, it can use a relative path
(so the executables can be moved together, but not
- seperately); a @racket[#f] value (the default) means that
+ separately); a @racket[#f] value (the default) means that
absolute paths should be used (so the generated executable can
be moved).}
diff --git a/collects/scribblings/reference/contracts.scrbl b/collects/scribblings/reference/contracts.scrbl
index e906df1dc3..7caa081896 100644
--- a/collects/scribblings/reference/contracts.scrbl
+++ b/collects/scribblings/reference/contracts.scrbl
@@ -1088,8 +1088,8 @@ on integers looks like this:
Although these projections have the right error behavior,
they are not quite ready for use as contracts, because they
-do not accomodate blame, and do not provide good error
-messages. In order to accomodate these, contracts do not
+do not accommodate blame, and do not provide good error
+messages. In order to accommodate these, contracts do not
just use simple projections, but use functions that accept a
@deftech{blame object} encapsulating
the names of two parties that are the candidates for blame,
diff --git a/collects/scribblings/reference/control-lib.scrbl b/collects/scribblings/reference/control-lib.scrbl
index ed46da84cc..c748d289c4 100644
--- a/collects/scribblings/reference/control-lib.scrbl
+++ b/collects/scribblings/reference/control-lib.scrbl
@@ -173,7 +173,7 @@ The essential reduction rules are:
(lambda (_v) (reset0 _E[_v])))
]
-The @scheme[reset0] and @scheme[prompt0] forms are interchangable.
+The @scheme[reset0] and @scheme[prompt0] forms are interchangeable.
Furthermore, the following reductions apply:
@schemeblock[
diff --git a/collects/scribblings/reference/networking.scrbl b/collects/scribblings/reference/networking.scrbl
index a0285c74fe..ffae05cbde 100644
--- a/collects/scribblings/reference/networking.scrbl
+++ b/collects/scribblings/reference/networking.scrbl
@@ -45,7 +45,7 @@ accepts only connections to @racket["127.0.0.1"] (the loopback
interface) from the local machine.
(Racket implements a listener with multiple sockets, if necessary, to
-accomodate multiple addresses with different protocol families. Under
+accommodate multiple addresses with different protocol families. Under
Linux, if @racket[hostname] maps to both IPv4 and IPv6 addresses, then
the behavior depends on whether IPv6 is supported and IPv6 sockets can
be configured to listen to only IPv6 connections: if IPv6 is not
diff --git a/collects/scribblings/reference/reader.scrbl b/collects/scribblings/reference/reader.scrbl
index dbdf6a4d37..87a132fba0 100644
--- a/collects/scribblings/reference/reader.scrbl
+++ b/collects/scribblings/reference/reader.scrbl
@@ -322,7 +322,7 @@ the recursive reads.
If the reader finds two data between the matching parentheses
that are separated by a delimited @litchar{.}, then it creates a
pair. More generally, if it finds two or more data where the
-last is preceeded by a delimited @litchar{.}, then it constructs
+last is preceded by a delimited @litchar{.}, then it constructs
nested pairs: the next-to-last element is paired with the last, then
the third-to-last is paired with that pair, and so on.
diff --git a/collects/scribblings/tools/rep.scrbl b/collects/scribblings/tools/rep.scrbl
index 86f8dcaae9..bc07584f18 100644
--- a/collects/scribblings/tools/rep.scrbl
+++ b/collects/scribblings/tools/rep.scrbl
@@ -60,9 +60,9 @@ submitted at the prompt.
@methimpl{
The function @scheme[run-loop] is called. It is expected to loop, calling
-it's argument with a thunk that corresponds to the user's
-evaluation. It should call it's argument once for each expression the
-user is evaluating. It should pass a thunk to it's argument that
+its argument with a thunk that corresponds to the user's
+evaluation. It should call its argument once for each expression the
+user is evaluating. It should pass a thunk to its argument that
actually does the users's evaluation.
@@ -297,7 +297,7 @@ This method resets the highlighting being displayed for this repl. See also:
void?]{
@methspec{
-This function runs it's arguments in the user evaluation thread. This
+This function runs its arguments in the user evaluation thread. This
thread is the same as the user's eventspace main thread.
See also
@@ -369,7 +369,7 @@ interactions windows.}
@definterface[drracket:rep:context<%> ()]{
Objects that match this interface provide all of the services that the
-@scheme[drracket:rep:text%] class needs to connect with it's context.
+@scheme[drracket:rep:text%] class needs to connect with its context.
diff --git a/collects/scribblings/tools/tools.scrbl b/collects/scribblings/tools/tools.scrbl
index c3bb91b7d3..79a91424aa 100644
--- a/collects/scribblings/tools/tools.scrbl
+++ b/collects/scribblings/tools/tools.scrbl
@@ -472,7 +472,7 @@ is bound to an extender function. In order to change the
behavior of DrRacket, you can derive new classes from the
standard classes for the frame, texts, canvases. Each
extender accepts a function as input. The function it
-accepts must take a class as it's argument and return a
+accepts must take a class as its argument and return a
classes derived from that class as its result. For example:
@racketblock[
diff --git a/collects/sirmail/readr.rkt b/collects/sirmail/readr.rkt
index 93919ecd52..81872e23f6 100644
--- a/collects/sirmail/readr.rkt
+++ b/collects/sirmail/readr.rkt
@@ -2010,7 +2010,7 @@
(sleep 10)
(loop)))))))
- ;; copied from framerok/private/frame.sss -- be sure to propogate fixes....
+ ;; copied from framerok/private/frame.sss -- be sure to propagate fixes....
;; or establish single point of control.
(define (format-number n)
(if n
diff --git a/collects/srfi/26/cut.rkt b/collects/srfi/26/cut.rkt
index 762f367d06..16f344d16f 100644
--- a/collects/srfi/26/cut.rkt
+++ b/collects/srfi/26/cut.rkt
@@ -16,7 +16,7 @@
; Given the arguments for the macro call to cut (or cute) as a syntax-list,
; call build with four lists:
; 1) a list of names given to each <>-slot
-; 2) [cut] a list of the macro arguments, except that all occurences
+; 2) [cut] a list of the macro arguments, except that all occurrences
; of a <>-slots have been substituted with the chosen name.
; 3) [cute] a list the names given to the exprs and the <>-slots
; 4) [cute] a list of lists of name-expression pairs, i.e. the bindings
diff --git a/collects/srfi/optional.rkt b/collects/srfi/optional.rkt
index 44e9078d7b..16af7a4ede 100644
--- a/collects/srfi/optional.rkt
+++ b/collects/srfi/optional.rkt
@@ -1,6 +1,6 @@
;;;
;;; unquote
or unquote-splicing
forms
(i.e. `(,x #u8(1 2))
is legal but `#u8(1 ,x
-2)
is not). This restriction is to accomodate the many Scheme
+2) is not). This restriction is to accommodate the many Scheme
systems that use the read
procedure to parse programs.
diff --git a/doc/srfi-std/srfi-40.html b/doc/srfi-std/srfi-40.html
index 902fba7e8a..734078142c 100644
--- a/doc/srfi-std/srfi-40.html
+++ b/doc/srfi-std/srfi-40.html
@@ -259,7 +259,7 @@ and even streams. We expect the two constructors nil
and
nil
and cons
return a strict list, but the
even nil
and cons
return promises.
Nil?
, car
and cdr
change to
-accomodate the underlying representation differences.
+accommodate the underlying representation differences.
Cutoff
is identical in the two versions, because it
doesn't return a stream.
-The preceeding example illustrates the main functionality of this SRFI. +The preceding example illustrates the main functionality of this SRFI. For other examples, refer to Section 4.4, and to the file examples.scm included in the reference implementation.
diff --git a/doc/srfi-std/srfi-98.html b/doc/srfi-std/srfi-98.html index d8fe1be7be..8ff8dfbb8f 100644 --- a/doc/srfi-std/srfi-98.html +++ b/doc/srfi-std/srfi-98.html @@ -51,7 +51,7 @@ environment variables.Most operating systems provide a mechanism for passing auxiliary parameters implicitly to child processes. Usually, this mechanism is called "the environment", and is conceptually a map from string names -to string values. The string names are called enviornment +to string values. The string names are called environment variables.
Some applications rely on environment variables to modify their
diff --git a/src/foreign/libffi/src/dlmalloc.c b/src/foreign/libffi/src/dlmalloc.c
index 0fa235af22..615dc4f35d 100644
--- a/src/foreign/libffi/src/dlmalloc.c
+++ b/src/foreign/libffi/src/dlmalloc.c
@@ -5088,7 +5088,7 @@ History:
Wolfram Gloger (Gloger@lrz.uni-muenchen.de).
* Use last_remainder in more cases.
* Pack bins using idea from colin@nyx10.cs.du.edu
- * Use ordered bins instead of best-fit threshhold
+ * Use ordered bins instead of best-fit threshold
* Eliminate block-local decls to simplify tracing and debugging.
* Support another case of realloc via move into top
* Fix error occuring when initial sbrk_base not word-aligned.
diff --git a/src/foreign/libffi/src/x86/ffi64.c b/src/foreign/libffi/src/x86/ffi64.c
index 07a2627b1f..05ebf17568 100644
--- a/src/foreign/libffi/src/x86/ffi64.c
+++ b/src/foreign/libffi/src/x86/ffi64.c
@@ -366,7 +366,7 @@ ffi_prep_cif_machdep (ffi_cif *cif)
/* Go over all arguments and determine the way they should be passed.
If it's in a register and there is space for it, let that be so. If
- not, add it's size to the stack byte count. */
+ not, add its size to the stack byte count. */
for (bytes = 0, i = 0, avn = cif->nargs; i < avn; i++)
{
if (examine_argument (cif->arg_types[i], classes, 0, &ngpr, &nsse) == 0
diff --git a/src/foreign/libffi/texinfo.tex b/src/foreign/libffi/texinfo.tex
index ff2c40654b..24ecf36d0e 100644
--- a/src/foreign/libffi/texinfo.tex
+++ b/src/foreign/libffi/texinfo.tex
@@ -3,7 +3,7 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
-\def\texinfoversion{2005-07-05.19}
+\def\texinfoversion{2011-02-02.11}
%
% Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software
@@ -415,7 +415,7 @@
\def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm}
\def\argremovec#1\c#2\ArgTerm{\argcheckspaces#1\^^M\ArgTerm}
-% Each occurence of `\^^M' or `