diff options
Diffstat (limited to 'src/fold.c')
-rw-r--r-- | src/fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fold.c b/src/fold.c index 41cdd1a68..b7b8ea744 100644 --- a/src/fold.c +++ b/src/fold.c @@ -2341,7 +2341,7 @@ foldUpdateIEMS(wp, top, bot) * "flp->off" is the offset to the real line number in the buffer. * * All this would be a lot simpler if all folds in the range would be deleted - * and then created again. But we would loose all information about the + * and then created again. But we would lose all information about the * folds, even when making changes that don't affect the folding (e.g. "vj~"). * * Returns bot, which may have been increased for lines that also need to be |