summaryrefslogtreecommitdiffstats
path: root/src/gui_haiku.cc
diff options
context:
space:
mode:
authorDominique Pelle <dominique.pelle@gmail.com>2023-04-14 21:54:25 +0100
committerBram Moolenaar <Bram@vim.org>2023-04-14 21:54:25 +0100
commitb49dfd0cf296623af2d756cefc3e73b5b307734e (patch)
tree8a59f6d5a0ead1dfa0cc1bfda8aaace3f7d7959b /src/gui_haiku.cc
parentb7f6f93475a3ad5c590a09a2577fd51590bea9e1 (diff)
patch 9.0.1453: typos in source code and testsv9.0.1453
Problem: Typos in source code and tests. Solution: Fi the typos. (Dominique Pellé, closes #12217)
Diffstat (limited to 'src/gui_haiku.cc')
-rw-r--r--src/gui_haiku.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_haiku.cc b/src/gui_haiku.cc
index 78a444a914..6b035a5d2c 100644
--- a/src/gui_haiku.cc
+++ b/src/gui_haiku.cc
@@ -4518,7 +4518,7 @@ gui_mch_add_menu(
// when we add a BMenu to another Menu, it creates the interconnecting BMenuItem
tmp->AddItem(bmenu);
- // Now its safe to query the menu for the associated MenuItem....
+ // Now it's safe to query the menu for the associated MenuItem...
menu->id = tmp->FindItem((const char *) menu->dname);
}