Skip to content

Commit

Permalink
Fix typo in OpenView.cpp (#1000)
Browse files Browse the repository at this point in the history
Callled -> Called
  • Loading branch information
eltociear authored Oct 10, 2021
1 parent 7a9a056 commit 0d2c671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/OpenView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ void COpenView::OnCancel()
}

/**
* @brief Callled when Open-button for project file is selected.
* @brief Called when Open-button for project file is selected.
*/
void COpenView::OnLoadProject()
{
Expand Down

0 comments on commit 0d2c671

Please sign in to comment.