From ea660315e081779103beb7aaabb2d4ae090b69d4 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 12 Jan 2022 00:33:17 +0900 Subject: [PATCH] examples: fix typo in text_editor.v (#13136) --- examples/term.ui/text_editor.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/term.ui/text_editor.v b/examples/term.ui/text_editor.v index 8ac093ab86..67de5b8700 100644 --- a/examples/term.ui/text_editor.v +++ b/examples/term.ui/text_editor.v @@ -1,7 +1,7 @@ // Copyright (c) 2020 Lars Pontoppidan. All rights reserved. // Use of this source code is governed by the MIT license distributed with this software. // Don't use this editor for any serious work. -// A lot of funtionality is missing compared to your favourite editor :) +// A lot of functionality is missing compared to your favourite editor :) import strings import os import math