From afeaa247c80a136148d0874e2523987ad325d93e Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 6 Oct 2019 13:02:54 +0200 Subject: [PATCH] text: fix typo Signed-off-by: Elias Naur --- text/editor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/editor.go b/text/editor.go index 404c01a6..5b77c628 100644 --- a/text/editor.go +++ b/text/editor.go @@ -44,7 +44,7 @@ type Editor struct { // Hint contains the text displayed to the user when the // Editor is empty. Hint string - // Mmaterial is used to draw the hint. + // Material is used to draw the hint. HintMaterial op.MacroOp oldScale int