Skip to content
Merged

typo #22

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion diffmatchpatch/dmp.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
DiffEqual Operation = 0
)

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