Skip to content

Commit e3f777d

Browse files
committed
doc: fix minor grammar issues
1 parent 106ff6e commit e3f777d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/caveats.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ equivalent to creating a new commit with the edited content and discarding the
1111
old one. Hence, if a reply already exists on the old commit, it will not be
1212
removed and the reply will still refer to the old commit. However, we do not
1313
consider this restriction sever, especially when compared to mailing-lists,
14-
which inhibit the same restriction. Note that we currently still lack an tool
14+
which inhibit the same restriction. Note that we currently still lack a tool
1515
for convenient amending of messages.
1616

1717

1818
## Issue notification/access control
1919

2020
Issues and related messages have to be pulled by the maintainer from public
21-
repositories. Otherwise issue reporters would require push access to the bug
21+
repositories. Otherwise, issue reporters would require push access to the bug
2222
repository. Originally, we planned (and still do plan) to provide a tool for
2323
automated imports of issues and patches from mailing lists. A bug repository
2424
may also be accessed via a web front-end at some point.
@@ -28,7 +28,7 @@ cross-platform notification of events in git repositories (e.g. pushes).
2828
Using such a mechanism, contributors could notify a project maintainer about
2929
changes in their public repositories, including issues or messages, via a public
3030
API. A maintainer could set up automated fetches of new issues, importing new
31-
issues and messages. This is, however unrelated and still work in progress.
31+
issues and messages. However, this is unrelated and still work in progress.
3232
Additionally, it would still require reporters of issues to expose them via a
3333
public repository.
3434

doc/issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ concerning a project's source code, covering:
1212
* patch sets
1313

1414
As in other issue trackers, an issue in git-dit has a status, an author and a
15-
creation time. Is may also have additional metadata.
15+
creation time. It may also have additional metadata.
1616

0 commit comments

Comments
 (0)