Skip to content

Commit

Permalink
Fix typo (environment and standardized)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamayama authored and shirok committed Jul 12, 2024
1 parent 816ebf1 commit 9320659
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/coresyn.texi
Original file line number Diff line number Diff line change
Expand Up @@ -4389,7 +4389,7 @@ REPLセマンティクスで動くことを期待していたコードはある
@c COMMON

@c EN
In order to support the transition, if you set an enviornment
In order to support the transition, if you set an environment
variable @code{GAUCHE_LEGACY_DEFINE}, Gauche treats definitions
in the same way as 0.9.8 and before.
Note that if you that, you may see Gauche can't include some valid R7RS
Expand Down
10 changes: 5 additions & 5 deletions doc/program.texi
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,8 @@ This is used by @code{ed} procedure in @code{gauche.interactive} module.
@deftp {Environment variable} GAUCHE_HISTORY_FILE
@c EN
Specifies the filename where the REPL history is saved.
If this enviornment varible is not set, history is saved
in @file{~/.gosh_history}. If this enviornment variable
If this environment varible is not set, history is saved
in @file{~/.gosh_history}. If this environment variable
is set but an empty string, history isn't saved.
If the process is suid/sgid-ed, history won't be saved.
@c JP
Expand Down Expand Up @@ -1423,7 +1423,7 @@ Windows consoleのみをサポートします。端末タイプがそれらで

@c EN
The input editing feature is still under development. If you stumbled
with a serious bug, you can turn it off by setting an enviornment
with a serious bug, you can turn it off by setting an environment
variable @code{GAUCHE_NO_READ_EDIT}, or giving @code{-fno-read-edit} option
to @code{gosh}, or type @code{,edit off} on REPL.
@c JP
Expand Down Expand Up @@ -2944,7 +2944,7 @@ script (@pxref{Building standalone executables}). We recommend
that script, for it is more featureful.

The @code{gauche-compile-r7rs} and @code{compile-r7rs} script is provided
so that you can invoke a 'Scheme compiler' with a stanardized manner.
so that you can invoke a 'Scheme compiler' with a standardized manner.
It may be handy if other tools (e.g. IDE) need to invoke a Scheme
compiler as a subprocess.

Expand All @@ -2960,7 +2960,7 @@ Compile a Scheme source file @code{script.scm} and produce an
executable binary. The @code{compile-r7rs} is only installed
if Gauche is configured with @code{--enable-shared-commands}.

Note: SRFI-138 states that if the enviornment variable
Note: SRFI-138 states that if the environment variable
@code{COMPILE_R7RS} is defined, it is assumed to a pathname of another
program and is executed instead of Gauche's @code{compile-r7rs}.
We think the feature is rather confusing than convenient, so we
Expand Down
2 changes: 1 addition & 1 deletion lib/gauche/configure/lang.scm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;;;
;;; gauche.configure.lang - language enviornment setup
;;; gauche.configure.lang - language environment setup
;;;
;;; Copyright (c) 2013-2024 Shiro Kawai <[email protected]>
;;;
Expand Down

0 comments on commit 9320659

Please sign in to comment.