]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Fix typos in comment
authorInDieTasten <indietasten@gmail.com>
Fri, 31 Mar 2017 20:16:11 +0000 (22:16 +0200)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2017 20:16:11 +0000 (22:16 +0200)
src/Linkifier.ts

index d9a169407e539e328020c2ed418c01c264d62609..0f9d9a21cac200cc81a26f58f9935da755362880 100644 (file)
@@ -37,8 +37,8 @@ const HYPERTEXT_LINK_MATCHER_ID = 0;
 export class Linkifier {
   /**
    * The time to wait after a row is changed before it is linkified. This prevents
-   * the costly operation of searching every row multiple times, pntentially a
-   * huge aount of times.
+   * the costly operation of searching every row multiple times, potentially a
+   * huge amount of times.
    */
   protected static TIME_BEFORE_LINKIFY = 200;