branch: externals/vc-got
commit f457868bce7f6b22373758f652ff4e17528a8939
Author: Omar Polo <[email protected]>
Commit: Omar Polo <[email protected]>
typo
---
vc-got.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vc-got.el b/vc-got.el
index ca9dc01..5c03daa 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -458,7 +458,7 @@ LIMIT limits the number of commits, optionally starting at
START-REVISION."
(defun vc-got-diff (files &optional rev1 rev2 buffer _async)
"Insert into BUFFER (or *vc-diff*) the diff for FILES from REV1 to REV2."
(message "vc-got: debug: files is %s" files)
- (let* ((buffer (get-buffer-create (or buffer "*vc-difff*")))
+ (let* ((buffer (get-buffer-create (or buffer "*vc-diff*")))
(inhibit-read-only t))
(with-current-buffer buffer
(vc-got-with-worktree (car files)