Skip to content

Commit 6ac53a5

Browse files
committed
Fix typo
1 parent dfd883e commit 6ac53a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-attr.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
;;; Code:
4242

43-
(defvar-local git-attr 'undecided "Git attributtes for current buffer.")
43+
(defvar-local git-attr 'undecided "Git attributes for current buffer.")
4444

4545
(defun git-attr-check ()
4646
"Get git attributes for current buffer file."

0 commit comments

Comments
 (0)