Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
typo: Indicies -> Indices
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Feb 26, 2019
1 parent 5337326 commit 60fce97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModuleFilesGenerator/DiffMatchPatch.cs
Expand Up @@ -134,7 +134,7 @@ public class Patch {
/**
* Emulate GNU diff's format.
* Header: @@ -382,8 +481,9 @@
* Indicies are printed as 1-based, not 0-based.
* Indices are printed as 1-based, not 0-based.
* @return The GNU diff string.
*/
public override string ToString() {
Expand Down

0 comments on commit 60fce97

Please sign in to comment.