From 3c54cda718c8c6a518c988e35e5c6cf0c308bff3 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Tue, 13 Dec 2011 17:10:21 +0000 Subject: [PATCH] typos svn: r18594 --- src/Filters/Rules/Person/_PeoplePublic.py | 2 +- src/Filters/Rules/_IsPublic.py | 2 +- src/cli/arghandler.py | 2 +- src/constfunc.py | 3 +-- src/plugins/drawreport/AncestorTree.py | 2 +- src/plugins/drawreport/StatisticsChart.py | 4 ++-- src/plugins/textreport/DescendReport.py | 2 +- src/plugins/textreport/SimpleBookTitle.py | 2 +- 8 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/Filters/Rules/Person/_PeoplePublic.py b/src/Filters/Rules/Person/_PeoplePublic.py index 2d1695978..8ec2b0b39 100644 --- a/src/Filters/Rules/Person/_PeoplePublic.py +++ b/src/Filters/Rules/Person/_PeoplePublic.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _PeoplePrivate.py 14091 2010-01-18 04:42:17Z pez4brian $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/Filters/Rules/_IsPublic.py b/src/Filters/Rules/_IsPublic.py index fb9eb7941..9ca9c24f8 100644 --- a/src/Filters/Rules/_IsPublic.py +++ b/src/Filters/Rules/_IsPublic.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _IsPublic.py 14091 2010-01-18 04:42:17Z pez4brian $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/cli/arghandler.py b/src/cli/arghandler.py index 91feea156..e9ce5cc46 100644 --- a/src/cli/arghandler.py +++ b/src/cli/arghandler.py @@ -260,7 +260,7 @@ class ArgHandler(object): """ if self.gui: return - # Need to covert path/filename to unicode before openingh + # Need to convert path/filename to unicode before opening # For non latin characters in Windows path/file/user names value = Utils.get_unicode_path_from_env_var(value) fname = value diff --git a/src/constfunc.py b/src/constfunc.py index 15156afa3..80232e063 100644 --- a/src/constfunc.py +++ b/src/constfunc.py @@ -98,8 +98,7 @@ def is_quartz(): def has_display(): """ - Tests to see if Python is currently running with gtk and - windowing system is Mac OS-X's "quartz". + Tests to see if Python is currently running with gtk """ # FIXME: currently, gtk.init_check() requires all strings # in argv, and we might have unicode. diff --git a/src/plugins/drawreport/AncestorTree.py b/src/plugins/drawreport/AncestorTree.py index c7e20a706..64a6ae97a 100644 --- a/src/plugins/drawreport/AncestorTree.py +++ b/src/plugins/drawreport/AncestorTree.py @@ -651,8 +651,8 @@ class AncestorTree(Report): The arguments are: database - the GRAMPS database instance - person - currently selected person options - instance of the Options class for this report + user - a gen.user.User() instance """ Report.__init__(self, database, options, user) diff --git a/src/plugins/drawreport/StatisticsChart.py b/src/plugins/drawreport/StatisticsChart.py index ce628df4f..29cfd39be 100644 --- a/src/plugins/drawreport/StatisticsChart.py +++ b/src/plugins/drawreport/StatisticsChart.py @@ -695,8 +695,8 @@ class StatisticsChart(Report): The arguments are: database - the GRAMPS database instance - person - currently selected person - options - instance of the Options class for this report + options - instance of the Options class for this report + user - a gen.user.User() instance To see what the options are, check the options help in the options class. """ diff --git a/src/plugins/textreport/DescendReport.py b/src/plugins/textreport/DescendReport.py index 6c433ed58..d2fd32ca2 100644 --- a/src/plugins/textreport/DescendReport.py +++ b/src/plugins/textreport/DescendReport.py @@ -374,7 +374,7 @@ class DescendantReport(Report): #------------------------------------------------------------------------ # -# AncestorOptions +# DescendantOptions # #------------------------------------------------------------------------ class DescendantOptions(MenuReportOptions): diff --git a/src/plugins/textreport/SimpleBookTitle.py b/src/plugins/textreport/SimpleBookTitle.py index fc9941e12..d6b0c5d31 100644 --- a/src/plugins/textreport/SimpleBookTitle.py +++ b/src/plugins/textreport/SimpleBookTitle.py @@ -55,7 +55,7 @@ class SimpleBookTitle(Report): The arguments are: database - the GRAMPS database instance - options - instance of the Options class for this report + options - instance of the Options class for this report user - a gen.user.User() instance This report needs the following parameters (class variables)