Fix typos in comment

This commit is contained in:
1024jp 2018-05-04 01:12:12 +09:00
parent f8e27eaad6
commit 81ad89654c
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ Change Log
### Fixes
- [beta] Fix an issue where application could crash on changing selection in editor view.
- [beta.3] Fix an issue where application could crash on changing selection in editor view.

View File

@ -161,7 +161,7 @@ final class FindPanelResultViewController: NSViewController, NSTableViewDataSour
// MARK: Action Messsages
// MARK: Action Messages
/// select matched string in text view
@IBAction func selectMatch(_ tableView: NSTableView) {

View File

@ -414,7 +414,7 @@ extension ReplacementSetListViewController: NSTableViewDelegate {
/// selection of setting table will change
func tableView(_ tableView: NSTableView, shouldSelectRow row: Int) -> Bool {
// save the unsaved change before the selection changed
// save the unsaved change before the selection changes
_ = self.mainViewController?.commitEditing()
return true