summaryrefslogtreecommitdiffstats
path: root/Documentation/error-you-are-not-author.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/error-you-are-not-author.txt')
-rw-r--r--Documentation/error-you-are-not-author.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/error-you-are-not-author.txt b/Documentation/error-you-are-not-author.txt
index 47a76528fc..a2452527b0 100644
--- a/Documentation/error-you-are-not-author.txt
+++ b/Documentation/error-you-are-not-author.txt
@@ -5,8 +5,8 @@ Gerrit verifies for every pushed commit that the e-mail address of
the author matches one of the registered e-mail addresses of the
pushing user. If this is not the case pushing the commit fails with
the error message "you are not author ...". This policy can be
-bypassed by having the access right '+1 Forge Author Identity' in the
-link:access-control.html#category_FORG['Forge Identity'] category.
+bypassed by having the access right
+link:access-control.html#category_forge_author['Forge Author'].
This error may happen for two reasons:
@@ -95,7 +95,7 @@ author should be rewritten. When the rebase stops at such a commit
you have to amend the commit with explicitly setting the author
before continuing the rebase.
-Here is an exmaple that shows how the interactive rebase is used to
+Here is an example that shows how the interactive rebase is used to
update the author for the last 3 commits:
----