Skip to content

Commit 7c0a947

Browse files
authored
Merge pull request #734 from algonell/master
Fix typos
2 parents 8bf3028 + b35ec91 commit 7c0a947

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+65
-65
lines changed

General-Application-Information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ earlier than you. This means that you might have to find a project
247247
idea that we haven't proposed in our idea list.
248248

249249
The good side of this is that this project idea along with your
250-
enthousiasm for it and the skills you show might encourage Git
250+
enthusiasm for it and the skills you show might encourage Git
251251
developers to mentor you even if they weren't planning to mentor in
252252
the first place. It could also happen that someone, who was only
253253
planning to co-mentor, could agree to fully mentor you alone.

General-Microproject-Information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ and the implementation of that design were all reviewed and discussed,
5050
and after several iterations an improved version of the patch was
5151
accepted into our codebase. As a GSoC contributor, or Outreachy intern,
5252
you will be playing the role of the developer and engaging in a
53-
similar discussion. Get familar with the flow, need for clarity on
53+
similar discussion. Get familiar with the flow, need for clarity on
5454
both sides (i.e. you need to clearly explain your design, and need to
5555
ask for clarifications when questions/suggestions you are offered are
5656
not clear enough), the pace at which the discussion takes place, and

Hacking-Git.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ suggest improvements. Thanks!
6262

6363
* [Sending patches by email with git](https://flusp.ime.usp.br/git/sending-patches-by-email-with-git/) is Matheus' git send-email tutorial.
6464

65-
* [lore.kernel.org/git](https://lore.kernel.org/git/) is our prefered mailing list archive.
65+
* [lore.kernel.org/git](https://lore.kernel.org/git/) is our preferred mailing list archive.
6666

67-
* [public-inbox](https://public-inbox.org/README.html) is the software behing lore.kernel.org.
67+
* [public-inbox](https://public-inbox.org/README.html) is the software behind lore.kernel.org.
6868

6969
* [lore+lei](https://people.kernel.org/monsieuricon/lore-lei-part-1-getting-started) helps take advantage of lore/public-inbox.
7070

Outreachy-21-Microprojects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ untracked file in the submodule directory. This is inconsistent with
8989
what `git describe --dirty` says when run in the submodule directory in
9090
that state.
9191

92-
Fix `git diff` to use the same definition of dirtyness for such a
92+
Fix `git diff` to use the same definition of dirtiness for such a
9393
submodule directory (or the other way around).
9494
[[cf](https://lore.kernel.org/git/[email protected])]

SoC-2014-Microprojects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ and the implementation of that design were all reviewed and discussed,
2828
and after several iterations an improved version of the patch was
2929
accepted into our codebase. As a GSoC student, you will be playing
3030
the role of the developer and engaging in a similar discussion. Get
31-
familar with the flow, need for clarity on both sides (i.e. you need
31+
familiar with the flow, need for clarity on both sides (i.e. you need
3232
to clearly defend your design, and need to ask clarifications when
3333
questions/suggestions you are offered are not clear enough), the pace
3434
at which the discussion takes place, and the general tone of the

SoC-2015-Ideas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ look for the commit which fixed a bug. It is already possible using
7777
"git bisect", but the user has to type "good" to mean "the bug is
7878
there" and "bad" to mean "the bug is fixed", which isn't convenient.
7979

80-
It would be nice to allow the user to explicitely say "git bisect
80+
It would be nice to allow the user to explicitly say "git bisect
8181
fixed" and "git bisect unfixed" instead. It is actually much harder
8282
than defining "fixed"/"unfixed" as aliases for "bad"/"good".
8383

SoC-2015-Microprojects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ and the implementation of that design were all reviewed and discussed,
2828
and after several iterations an improved version of the patch was
2929
accepted into our codebase. As a GSoC student, you will be playing
3030
the role of the developer and engaging in a similar discussion. Get
31-
familar with the flow, need for clarity on both sides (i.e. you need
31+
familiar with the flow, need for clarity on both sides (i.e. you need
3232
to clearly defend your design, and need to ask clarifications when
3333
questions/suggestions you are offered are not clear enough), the pace
3434
at which the discussion takes place, and the general tone of the

SoC-2016-Ideas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ compressed data from one packfile to another.
267267

268268
This would involve looking at the code in git to copy over
269269
optimisations as well as figuring out what parts of libgit2 should be
270-
changed to accomodate these new capabilities.
270+
changed to accommodate these new capabilities.
271271

272272
- Language: C
273273
- Difficulty: medium

SoC-2016-Microprojects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ and the implementation of that design were all reviewed and discussed,
4040
and after several iterations an improved version of the patch was
4141
accepted into our codebase. As a GSoC student, you will be playing
4242
the role of the developer and engaging in a similar discussion. Get
43-
familar with the flow, need for clarity on both sides (i.e. you need
43+
familiar with the flow, need for clarity on both sides (i.e. you need
4444
to clearly defend your design, and need to ask clarifications when
4545
questions/suggestions you are offered are not clear enough), the pace
4646
at which the discussion takes place, and the general tone of the
@@ -272,7 +272,7 @@ When you find something you are interested to work on, please ask
272272
first on the mailing list if it's worth doing and if it's appropriate
273273
for a microproject before starting to work on what you find. Even if
274274
it looks straitforward, there could be hidden reasons why it is too
275-
difficult or just innappropriate.
275+
difficult or just inappropriate.
276276

277277
### Searching the code base itself
278278

SoC-2017-Microprojects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ and the implementation of that design were all reviewed and discussed,
3333
and after several iterations an improved version of the patch was
3434
accepted into our codebase. As a GSoC student, you will be playing
3535
the role of the developer and engaging in a similar discussion. Get
36-
familar with the flow, need for clarity on both sides (i.e. you need
36+
familiar with the flow, need for clarity on both sides (i.e. you need
3737
to clearly defend your design, and need to ask clarifications when
3838
questions/suggestions you are offered are not clear enough), the pace
3939
at which the discussion takes place, and the general tone of the
@@ -262,7 +262,7 @@ When you find something you are interested to work on, please ask
262262
first on the mailing list if it's worth doing and if it's appropriate
263263
for a microproject before starting to work on what you find. Even if
264264
it looks straitforward, there could be hidden reasons why it is too
265-
difficult or just innappropriate.
265+
difficult or just inappropriate.
266266

267267
### Searching the code base itself
268268

0 commit comments

Comments
 (0)