Skip to content

Commit ce4a6e0

Browse files
authored
Merge pull request sergi#22 from shawnps/patch-1
Fix typo
2 parents ec7fdbb + bc2ef12 commit ce4a6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffmatchpatch/dmp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const (
4242
DiffEqual Operation = 0
4343
)
4444

45-
// unescaper unescapes selected chars for compatability with JavaScript's encodeURI.
45+
// unescaper unescapes selected chars for compatibility with JavaScript's encodeURI.
4646
// In speed critical applications this could be dropped since the
4747
// receiving application will certainly decode these fine.
4848
// Note that this function is case-sensitive. Thus "%3F" would not be

0 commit comments

Comments
 (0)