Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 1383b55

Browse files
Merge pull request #6299 from mairaw/patch-1
fix small typos on contributing guide
2 parents 9216c56 + 1351cd9 commit 1383b55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/project-docs/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Contributing Ports
8282

8383
We encourage ports of CoreCLR to other platforms. Linux and OS X ports are in progress and have a lot of momentum behind them. There is also interest in a [FreeBSD port](https://github.com/dotnet/coreclr/issues/455) (and OpenBSD and NetBSD).
8484

85-
Ports have a weaker contribution bar, since they do not contribute to compatibility risk with existing Microsoft products on Windows. For ports, we are primarily looking for functionaly correct implementations.
85+
Ports have a weaker contribution bar, since they do not contribute to compatibility risk with existing Microsoft products on Windows. For ports, we are primarily looking for functionally correct implementations.
8686

8787
Contributing to mscorlib library
8888
--------------------------------
@@ -138,7 +138,7 @@ The following rules must be followed for PRs that include files from another pro
138138

139139
- The license of the file is [permissive](https://en.wikipedia.org/wiki/Permissive_free_software_licence).
140140
- The license of the file is left in-tact.
141-
- The contribution is correctly attributed in the [3rd party notices](../../THIRD-PARTY-NOTICES) file in the reposititory, as needed.
141+
- The contribution is correctly attributed in the [3rd party notices](../../THIRD-PARTY-NOTICES) file in the repository, as needed.
142142

143143
See [IdnMapping.cs](../../src/mscorlib/src/System/Globalization/IdnMapping.cs) for an example of a file copied from another project and attributed in the [CoreCLR 3rd party notices](../../THIRD-PARTY-NOTICES) file.
144144

@@ -152,7 +152,7 @@ There are many good algorithms implemented in other languages that would benefit
152152
Contributor License Agreement
153153
-----------------------------
154154

155-
You must sign a [.NET Foundation Contribution License Agreement (CLA)](http://cla2.dotnetfoundation.org) before your PR will be merged. This a one-time requirement for projects in the .NET Foundation. You can read more about [Contribution License Agreements (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) on wikipedia.
155+
You must sign a [.NET Foundation Contribution License Agreement (CLA)](http://cla2.dotnetfoundation.org) before your PR will be merged. This is a one-time requirement for projects in the .NET Foundation. You can read more about [Contribution License Agreements (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) on Wikipedia.
156156

157157
The agreement: [net-foundation-contribution-license-agreement.pdf](https://cla2.dotnetfoundation.org/cladoc/net-foundation-contribution-license-agreement.pdf)
158158

0 commit comments

Comments
 (0)