Fix some typos in comments

This commit is contained in:
Richard Cohen
2023-01-31 18:16:33 +00:00
parent 9b95419608
commit 3957272ef0
10 changed files with 11 additions and 11 deletions

View File

@@ -66,7 +66,7 @@ typedef enum
typedef struct AccountPrivate
{
/* The accountName is an arbitrary string assigned by the user.
* It is intended to a short, 5 to 30 character long string that
* It is intended to be a short, 5 to 30 character long string that
* is displayed by the GUI as the account mnemonic.
*/
const char *accountName;

View File

@@ -1,5 +1,5 @@
/********************************************************************\
* qofsesssion.cpp -- session access (connection to backend) *
* qofsession.cpp -- session access (connection to backend) *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *