Commit Diff


commit - 45b0e763644391ad8e51d50e54af026371912180
commit + f457868bce7f6b22373758f652ff4e17528a8939
blob - ca9dc0137c07612b091c240f8de069f91aeca788
blob + 5c03daa5cc7da04a05a6ee884038b79756fb5038
--- vc-got.el
+++ vc-got.el
@@ -458,7 +458,7 @@ LIMIT limits the number of commits, optionally startin
 (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)