mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 17:38:12 +00:00
TextEditor: Correct typo in MainWidget.{cpp,h}
This commit is contained in:
parent
8ae2771097
commit
279caade73
2 changed files with 7 additions and 7 deletions
|
@ -56,11 +56,11 @@ private:
|
|||
|
||||
virtual void drop_event(GUI::DropEvent&) override;
|
||||
|
||||
enum class ShowMessageIfNoResutls {
|
||||
enum class ShowMessageIfNoResults {
|
||||
Yes = 1,
|
||||
No = 0
|
||||
};
|
||||
void find_text(GUI::TextEditor::SearchDirection, ShowMessageIfNoResutls);
|
||||
void find_text(GUI::TextEditor::SearchDirection, ShowMessageIfNoResults);
|
||||
|
||||
RefPtr<GUI::TextEditor> m_editor;
|
||||
String m_path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue