Browse Source

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
-->
Comical DERSKEAL 7 years ago
parent
commit
e78eeecb33
1 changed files with 3 additions and 3 deletions
  1. 3 3
      man/mono.1

+ 3 - 3
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