Skip to content

Commit 0e93bfe

Browse files
Fix a doc typo.
1 parent a202eaa commit 0e93bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/rugged/rugged_commit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ VALUE rb_cRuggedCommit;
1919
* commit.message -> msg
2020
*
2121
* Return the message of this commit. This includes the full body of the
22-
* message, with the short description, detailed descritpion, and any
22+
* message, with the short description, detailed description, and any
2323
* optional footers or signatures after it.
2424
*
2525
* In Ruby 1.9+, the returned string will be encoded with the encoding

0 commit comments

Comments
 (0)