Skip to content

Commit 0c19610

Browse files
committed
Fix typos
1 parent 48610b4 commit 0c19610

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_posts/2019-02-27-edition-48.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Merge conference that took place on January 31th and February 1st.
3131

3232
* Ivan Frade and Minh Thai in _"Tales in scalability: how Google has seen users break Git"_
3333
talked about solving problems with Android (many repos, huge binary assets, many commits)
34-
and Chromium monorepo (many unique commiters). Some of the problems were caused by legacy
34+
and Chromium monorepo (many unique committers). Some of the problems were caused by legacy
3535
practices of trying to keep Subversion-like monotonic version number -- it turned out
3636
that attempts to provide it got into troubles and were cause of much of churn. Another
3737
problem was the change in Gerrit, which now stores patch history in git repo, resulting
@@ -241,7 +241,7 @@ __Light reading__
241241
* [France enters the Matrix [LWN.net]](https://lwn.net/Articles/779331/) by Tom Yates
242242
covers Matthew Hodgson talk about [Matrix](https://matrix.org/blog/home/) at [FOSDEM 2019](https://fosdem.org/2019/);
243243
Matrix is an open standard and lightweight protocol for real-time communication,
244-
allowing to create decentralized federated instant messenging system with end-to-end encryption;
244+
allowing to create decentralized federated instant messaging system with end-to-end encryption;
245245
the video of the whole talk [is available](https://fosdem.org/2019/schedule/event/matrix_french_state/).
246246

247247
> [...] the "first-class citizen" in Matrix is not the message, but
@@ -304,7 +304,7 @@ __Git tools and sites__
304304
There is also a [web client](https://github.com/src-d/gitbase-web) for it.
305305

306306
* [Gitana](http://modeling-languages.com/gitana-a-sql-based-git-repository-inspector/): a SQL-based Project Activity Inspector,
307-
written in Python ([GitHub reposiotory](https://github.com/SOM-Research/Gitana)),
307+
written in Python ([GitHub repository](https://github.com/SOM-Research/Gitana)),
308308
was mentioned in [Git Rev News Edition #7](https://git.github.io/rev_news/2015/09/09/edition-7/#other-news).
309309
Nowadays it imports and digests the data of Git repositories, issue trackers (including Bugzilla and GitHub),
310310
Q&A web-sites (including forums and StackOverflow) and instant messaging services to a relational database

_posts/2019-06-28-edition-52.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This edition covers what happened during the month of May 2019.
5353

5454
Gábor Szeder commented on Stolee's commands to ask why `GIT_TR2`
5555
instead of `GIT_TRACE2` was used in the environment variables
56-
related to the Trace2 API. Gábor refered to Ken Thompson "who
56+
related to the Trace2 API. Gábor referred to Ken Thompson "who
5757
(allegedly?) later regretted spelling `creat()`/`O_CREAT` without the
5858
'e'...".
5959

@@ -174,7 +174,7 @@ This edition covers what happened during the month of May 2019.
174174
> time soon.
175175
176176
For 2.), Stolee noticed that generation number v2 (corrected
177-
commit date) [can be made backward compatibile](https://public-inbox.org/git/[email protected]/)
177+
commit date) [can be made backward compatible](https://public-inbox.org/git/[email protected]/)
178178

179179
> Since we can make the "corrected commit date" offset for a commit be
180180
> strictly larger than the offset of a parent, we can make it so an old client

0 commit comments

Comments
 (0)