Spelling and other fixes in comments

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20666 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2011-05-20 16:36:31 +00:00
parent 6917caf3d9
commit 4b9d425f11
5 changed files with 6 additions and 6 deletions

View File

@ -388,7 +388,7 @@ gnc_vendor_new_window (QofBook *bookp, GncVendor *vendor)
currency = gnc_default_currency ();
/*
* No existing employee window found. Build a new one.
* No existing vendor window found. Build a new one.
*/
vw = g_new0 (VendorWindow, 1);

View File

@ -311,7 +311,7 @@ gnc_amount_edit_evaluate (GNCAmountEdit *gae)
* @gae: The GNCAmountEdit widget
*
* Returns the amount entered in the GNCAmountEdit widget,
* parsing the epxression if necessary. The result of parsing
* parsing the expression if necessary. The result of parsing
* replaces the expression.
*/
gnc_numeric
@ -331,7 +331,7 @@ gnc_amount_edit_get_amount (GNCAmountEdit *gae)
* @gae: The GNCAmountEdit widget
*
* Returns the amount entered in the GNCAmountEdit widget,
* parsing the epxression if necessary. The result of parsing
* parsing the expression if necessary. The result of parsing
* replaces the expression.
*/
double

View File

@ -743,7 +743,7 @@ gnc_tree_view_account_new_with_root (Account *root, gboolean show_root)
sort_by_placeholder,
gnc_tree_view_account_placeholder_toggled);
/* Update column titles to use the curreny name. */
/* Update column titles to use the currency name. */
gtva_update_column_names(view);
/* By default only the first column is visible. */

View File

@ -297,7 +297,7 @@ sort_by_boolean (GtkTreeModel *f_model,
model = sort_cb_setup_w_iters(f_model, f_iter1, f_iter2, &iter1, &iter2, &owner1, &owner2);
/* Get the strings. */
/* Get the booleans. */
gtk_tree_model_get(GTK_TREE_MODEL(model), &iter1, column, &bool1, -1);
gtk_tree_model_get(GTK_TREE_MODEL(model), &iter2, column, &bool2, -1);

View File

@ -384,7 +384,7 @@ gnc_plugin_page_account_tree_init (GncPluginPageAccountTree *plugin_page)
plugin_page);
gnc_plugin_init_short_names (action_group, toolbar_labels);
/* Visisble types */
/* Visible types */
priv->fd.visible_types = -1; /* Start with all types */
priv->fd.show_hidden = FALSE;
priv->fd.show_zero_total = TRUE;