aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-08-12 23:56:26 -0400
committerKyle Meyer <kyle@kyleam.com>2015-08-12 23:56:26 -0400
commit6e9fc24539e96421422491bb4fe182939ac99be7 (patch)
tree1cc1031d4d8f5b59a37708fb0b0a80492dc094db /Documentation
parentb67e18c69ea6eeb4f98182cfbe542b3dca633e9d (diff)
2.2.0.txt: fix typo
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.2.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.2.0.txt b/Documentation/RelNotes/2.2.0.txt
index 7e6dc12..52b3e8d 100644
--- a/Documentation/RelNotes/2.2.0.txt
+++ b/Documentation/RelNotes/2.2.0.txt
@@ -75,7 +75,7 @@ Changes since v2.1.0
* New popup `magit-log-refresh-popup' allows changing the log
arguments used in the current buffer. This allows changing the
- arguments used in a diff buffer without having to specify the
+ arguments used in a log buffer without having to specify the
reference(s) again. And it makes it possible to change the log
arguments used in the status buffer, which previously required that
option `magit-log-section-arguments' was customized manually.