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:
authorEdward Betts <edward@4angle.com>2017-02-21 14:03:07 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-02-21 14:03:07 +0300
commit539a6580da4236c0bd9efae80acb49dd38d408a6 (patch)
treeb7292de0ce60b9bdbedbdb8166d8718d96bcc86e /man
parent4ccd94d7ccf69cc52532ea920b2d1b48f9c6a7cc (diff)
correct spelling mistakes (#4405)
Diffstat (limited to 'man')
-rw-r--r--man/mdoc.52
-rw-r--r--man/mono.12
-rw-r--r--man/monodocer.14
-rw-r--r--man/sqlsharp.12
4 files changed, 5 insertions, 5 deletions
diff --git a/man/mdoc.5 b/man/mdoc.5
index 440fc15a397..3cd4bbea555 100644
--- a/man/mdoc.5
+++ b/man/mdoc.5
@@ -765,7 +765,7 @@ Refers to a namespace, e.g. \fIN:System\fR.
.I "P:"
Refers to a property. If the property is an indexer or takes parameters,
the parameter types are appended to the property name and enclosed with
-paranthesis:
+parenthesis:
\fIP:System.String.Length\fR,
\fIP:System.String.Chars(System.Int32)\fR.
.TP
diff --git a/man/mono.1 b/man/mono.1
index 7b8506ae8a7..4c99a8dd0d8 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -609,7 +609,7 @@ Finally, namespaces can be specified using the N: prefix:
Don't align stack frames on the x86 architecture. By default, Mono
aligns stack frames to 16 bytes on x86, so that local floating point
and SIMD variables can be properly aligned. This option turns off the
-alignment, which usually saves one intruction per call, but might
+alignment, which usually saves one instruction per call, but might
result in significantly lower floating point and SIMD performance.
.TP
\fB--jitmap\fR
diff --git a/man/monodocer.1 b/man/monodocer.1
index 19d74030527..8bbc34cb239 100644
--- a/man/monodocer.1
+++ b/man/monodocer.1
@@ -237,7 +237,7 @@ to the type name, while methods append the method name (with an optional count
of the number of generic parameters).
.Sp
If the constructor or method take arguments, these are listed within
-paranthesis after the constructor/method name:
+parenthesis after the constructor/method name:
.Sp
.I M:System.Object..ctor
,
@@ -259,7 +259,7 @@ Refers to a namespace, e.g.
.I "P:"
Refers to a property. If the property is an indexer or takes parameters,
the parameter types are appended to the property name and enclosed with
-paranthesis:
+parenthesis:
.I P:System.String.Length
,
.I P:System.String.Chars(System.Int32)
diff --git a/man/sqlsharp.1 b/man/sqlsharp.1
index 4bf500ffd4a..008fddbfc5c 100644
--- a/man/sqlsharp.1
+++ b/man/sqlsharp.1
@@ -407,7 +407,7 @@ mysql MySQL AB MySql.Data.MySqlClient MySql.Data
NOTES:
Ngsql is the .Net Data Provider for PosgreSQL. The
-latest verison can be downloaded from
+latest version can be downloaded from
http://npgsql.projects.postgresql.org/
MySql.Data is the MySQL Connector/Net for connecting to MySql databases.