Fossil SCM
Fix a minor comment typo.
Commit
e2aed163ac6e7a8f84679ab39517b2ef2f4e7722ed439b9d2267f5f998c3da63
Parent
7ea1b380eaa11ef…
1 file changed
+1
-1
+1
-1
| --- src/diff.c | ||
| +++ src/diff.c | ||
| @@ -2589,11 +2589,11 @@ | ||
| 2589 | 2589 | p->aEdit[p->nEdit++] = nDel; |
| 2590 | 2590 | p->aEdit[p->nEdit++] = nIns; |
| 2591 | 2591 | } |
| 2592 | 2592 | |
| 2593 | 2593 | /* |
| 2594 | -** A common subsequene between p->aFrom and p->aTo has been found. | |
| 2594 | +** A common subsequence between p->aFrom and p->aTo has been found. | |
| 2595 | 2595 | ** This routine tries to judge if the subsequence really is a valid |
| 2596 | 2596 | ** match or rather is just an artifact of an indentation change. |
| 2597 | 2597 | ** |
| 2598 | 2598 | ** Return non-zero if the subsequence is valid. Return zero if the |
| 2599 | 2599 | ** subsequence seems likely to be an editing artifact and should be |
| 2600 | 2600 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -2589,11 +2589,11 @@ | |
| 2589 | p->aEdit[p->nEdit++] = nDel; |
| 2590 | p->aEdit[p->nEdit++] = nIns; |
| 2591 | } |
| 2592 | |
| 2593 | /* |
| 2594 | ** A common subsequene between p->aFrom and p->aTo has been found. |
| 2595 | ** This routine tries to judge if the subsequence really is a valid |
| 2596 | ** match or rather is just an artifact of an indentation change. |
| 2597 | ** |
| 2598 | ** Return non-zero if the subsequence is valid. Return zero if the |
| 2599 | ** subsequence seems likely to be an editing artifact and should be |
| 2600 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -2589,11 +2589,11 @@ | |
| 2589 | p->aEdit[p->nEdit++] = nDel; |
| 2590 | p->aEdit[p->nEdit++] = nIns; |
| 2591 | } |
| 2592 | |
| 2593 | /* |
| 2594 | ** A common subsequence between p->aFrom and p->aTo has been found. |
| 2595 | ** This routine tries to judge if the subsequence really is a valid |
| 2596 | ** match or rather is just an artifact of an indentation change. |
| 2597 | ** |
| 2598 | ** Return non-zero if the subsequence is valid. Return zero if the |
| 2599 | ** subsequence seems likely to be an editing artifact and should be |
| 2600 |