From fefc6c6a344ccc647109ea5dfe544b571ff131de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Breitbart?= Date: Wed, 26 Sep 2018 22:07:02 +0200 Subject: [PATCH] fix typo --- src/Linkifier.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Linkifier.ts b/src/Linkifier.ts index e5158e73..2ec3ed40 100644 --- a/src/Linkifier.ts +++ b/src/Linkifier.ts @@ -104,7 +104,7 @@ export class Linkifier extends EventEmitter implements ILinkifier { // _doLinkifyRow gets full unwrapped lines with the start row as buffer offset // for every matcher. // The unwrapping is needed to also match content that got wrapped across - // several buffer lines. To avoid a worst case szenario where the whole buffer + // several buffer lines. To avoid a worst case scenario where the whole buffer // contains just a single unwrapped string we limit this line expansion beyond // the viewport to +OVERSCAN_CHAR_LIMIT chars (overscan) at top and bottom. // This comes with the tradeoff that matches longer than OVERSCAN_CHAR_LIMIT