gnucash-htdocs master: spelling fixes
git repository hosting
gjanssens at code.gnucash.org
Mon Jan 23 07:10:37 EST 2017
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/c2c62582 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/06b83b3c (commit)
commit c2c6258270b8e6534b911e528fff6640ff944d29
Author: klemens <ka7 at github.com>
Date: Sun Jan 15 21:14:51 2017 +0100
spelling fixes
diff --git a/images/gnome-1.6/account-tree-thumb.gif.description b/images/gnome-1.6/account-tree-thumb.gif.description
index 769e426..77471b2 100644
--- a/images/gnome-1.6/account-tree-thumb.gif.description
+++ b/images/gnome-1.6/account-tree-thumb.gif.description
@@ -1 +1 @@
-Account tree showing heirarchy of accounts
+Account tree showing hierarchy of accounts
diff --git a/lang.php b/lang.php
index be9ebe6..045e28f 100644
--- a/lang.php
+++ b/lang.php
@@ -52,7 +52,7 @@ if (strlen($locale) == 2) {
# Find the locale from Client Accept language
if ($locale == "") {
- # Get user prefered languages, and match agasint supported language
+ # Get user preferred languages, and match agasint supported language
if ( isset( $_SERVER["HTTP_ACCEPT_LANGUAGE"] ) )
{
# tolower() => remove space => '-' -> '_'
Summary of changes:
images/gnome-1.6/account-tree-thumb.gif.description | 2 +-
lang.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
More information about the gnucash-changes
mailing list