Spelling fixes in doxygen comments

BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21596 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2011-11-20 09:34:45 +00:00
parent 575c811df8
commit b8c7e0af80
2 changed files with 8 additions and 8 deletions

View File

@ -186,7 +186,7 @@
%include <gnc-lot.h>
//business-core includes
//core business includes
%include <gncOwner.h>
%include <gncCustomer.h>
%include <gncEmployee.h>

View File

@ -61,11 +61,11 @@ class Session(GnuCashCoreClass):
"""A GnuCash book editing session
To commit changes to the session you may need to call save,
(this is allways the case with the file backend).
(this is always the case with the file backend).
When you're down with a session you may need to call end()
Every Session has a Book in the book attribute, which you'll definetely
Every Session has a Book in the book attribute, which you'll definitely
be interested in, as every GnuCash entity (Transaction, Split, Vendor,
Invoice..) is associated with a particular book where it is stored.
"""
@ -157,7 +157,7 @@ class Book(GnuCashCoreClass):
the book via the book property, 'my_session.book'
If you would like to create a Book without any backing storage, call the
Book constructor wihout any parameters, 'Book()'. You can later merge
Book constructor without any parameters, 'Book()'. You can later merge
such a book into a book with actual store by using merge_init.
Methods of interest
@ -324,11 +324,11 @@ GncPriceDB.get_prices = method_function_returns_instance_list(
class GncCommodity(GnuCashCoreClass): pass
class GncCommodityTable(GnuCashCoreClass):
"""A CommodityTable provides a way to store and lookup commoditys.
Commoditys are primarily currencies, but other tradable things such as
stocks, mutual funds, and material substances are posible.
"""A CommodityTable provides a way to store and lookup commodities.
Commodities are primarily currencies, but other tradable things such as
stocks, mutual funds, and material substances are possible.
Users of this library should not create thier own CommodityTable, instead
Users of this library should not create their own CommodityTable, instead
the get_table method from the Book class should be used.
This table is automatically populated with the GnuCash default commodity's