summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2023-11-12 20:54:49 +0100
committerpgen <p.gen.progs@gmail.com>2023-11-12 20:54:49 +0100
commit97097a7fa655a9a7c7b3282a2315e56738d47b40 (patch)
tree459d3de87c646e05b62953687e3c33c7644652fc
parent3ad2f52838f9388db529abf1adb77e65a8580251 (diff)
Typos
-rw-r--r--smenu.h8
-rw-r--r--utf8.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/smenu.h b/smenu.h
index 0dacc1a..2b902fa 100644
--- a/smenu.h
+++ b/smenu.h
@@ -233,8 +233,8 @@ struct ticker_s
int direct_access;
};
-/* Structure to store miscellaneous informations. */
-/* """""""""""""""""""""""""""""""""""""""""""""" */
+/* Structure to store miscellaneous information. */
+/* """"""""""""""""""""""""""""""""""""""""""""" */
struct misc_s
{
search_mode_t default_search_method;
@@ -243,8 +243,8 @@ struct misc_s
int ignore_quotes;
};
-/* Structure to store mouse informations. */
-/* """""""""""""""""""""""""""""""""""""" */
+/* Structure to store mouse information. */
+/* """"""""""""""""""""""""""""""""""""" */
struct mouse_s
{
int double_click_delay;
diff --git a/utf8.h b/utf8.h
index 7e9014c..0457455 100644
--- a/utf8.h
+++ b/utf8.h
@@ -13,7 +13,7 @@
typedef struct langinfo_s langinfo_t;
-/* Locale informations */
+/* Locale information. */
/* """"""""""""""""""" */
struct langinfo_s
{