Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorComical DERSKEAL <27731088+derskeal@users.noreply.github.com>2019-01-02 00:15:39 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-01-02 00:15:39 +0300
commite78eeecb3345e38786c796760a1ee889f5f6ff41 (patch)
tree5f4b7d2ba25db01ec5de4beace61532cc2822e14 /man
parent5a784c3cca5247aca958d3dee48d913a088c9c73 (diff)
Typo fix (#12230)
Typo fix <!-- Thank you for your Pull Request! If you are new to contributing to Mono, please try to do your best at conforming to our coding guidelines http://www.mono-project.com/community/contributing/coding-guidelines/ but don't worry if you get something wrong. One of the project members will help you to get things landed. Does your pull request fix any of the existing issues? Please use the following format: Fixes #issue-number -->
Diffstat (limited to 'man')
-rw-r--r--man/mono.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/mono.1 b/man/mono.1
index a0a205a9bbb..b6c436cdd4a 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -28,7 +28,7 @@ to it. The
.I file
is an ECMA assembly. They typically have a .exe or .dll extension.
.PP
-These executables can reference additionaly functionality in the form
+These executables can reference additional functionality in the form
of assembly references. By default those assembly references are
resolved as follows: the \fBmscorlib.dll\fR is resolved from the
system profile that is configured by Mono, and other assemblies are
@@ -37,8 +37,8 @@ loaded from the Global Assembly Cache (GAC).
The runtime contains a native code generator that transforms the
Common Intermediate Language into native code.
.PP
-The code generator can operate in two modes: just in time compilation
-(JIT) or ahead of time compilation (AOT). Since code can be
+The code generator can operate in two modes: Just-in-time compilation
+(JIT) or Ahead-of-time compilation (AOT). Since code can be
dynamically loaded, the runtime environment and the JIT are always
present, even if code is compiled ahead of time.
.PP