浏览代码

TextEditor: Fix typo in comment

Linus Groh 5 年之前
父节点
当前提交
8b195d1211
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Applications/TextEditor/TextEditorWidget.cpp

+ 1 - 1
Applications/TextEditor/TextEditorWidget.cpp

@@ -74,7 +74,7 @@ TextEditorWidget::TextEditorWidget()
         if (m_markdown_preview_enabled)
             update_markdown_preview();
 
-        // Do not mark as diry on the first change (When document is first opened.)
+        // Do not mark as dirty on the first change (When document is first opened.)
         if (m_document_opening) {
             m_document_opening = false;
             return;