From 7ba599709990b35cddcd0d0163e172d6ad9bcc0f Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 15 May 2011 23:24:31 +0200 Subject: Fix some typos. --- pym/portage/cvstree.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pym/portage/cvstree.py') diff --git a/pym/portage/cvstree.py b/pym/portage/cvstree.py index f36e9230c..de580f57e 100644 --- a/pym/portage/cvstree.py +++ b/pym/portage/cvstree.py @@ -1,5 +1,5 @@ # cvstree.py -- cvs tree utilities -# Copyright 1998-2004 Gentoo Foundation +# Copyright 1998-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 from __future__ import print_function @@ -199,8 +199,8 @@ def apply_cvsignore_filter(list): def getentries(mydir,recursive=0): """(basedir,recursive=0) - Scans the given directory and returns an datadict of all the entries in - the directory seperated as a dirs dict and a files dict.""" + Scans the given directory and returns a datadict of all the entries in + the directory separated as a dirs dict and a files dict.""" myfn=mydir+"/CVS/Entries" # entries=[dirs, files] entries={"dirs":{},"files":{}} -- cgit v1.2.3-1-g7c22