mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix some typos in comments
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user