Fixes a bunch of typos in comments.

This commit is contained in:
Matthias Melcher
2023-08-26 15:17:28 +02:00
parent d9d474c593
commit 94a75b012f
29 changed files with 87 additions and 87 deletions
+2 -2
View File
@@ -94,7 +94,7 @@ class Fd_Layout_Suite {
public:
char *name_; ///< name of the suite
char *menu_label; ///< label text used in pulldown menu
Fd_Layout_Preset *layout[3]; ///< presetes for application, dialog, and toolbox windows
Fd_Layout_Preset *layout[3]; ///< presets for application, dialog, and toolbox windows
int storage_; ///< storage location (see FD_STORE_INTERNAL, etc.)
void write(Fl_Preferences &prefs);
void read(Fl_Preferences &prefs);
@@ -113,7 +113,7 @@ public:
\brief Manage all layout suites that are available to the user.
FLUID has two built-in suites. More suites can be cloned or added and stored
as a user preference, as part of an .fl project file, or in a seperate file
as a user preference, as part of an .fl project file, or in a separate file
for import/export and sharing.
*/
class Fd_Layout_List {