From c6ca4e316894d9b63818413be8f3c5a46c5f7901 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sat, 16 Jan 2010 12:45:39 -0500 Subject: [PATCH] Fix a couple copy-and-paste errors in fetcher comments. --- lib/bb/fetch/svk.py | 2 +- lib/bb/fetch/wget.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bb/fetch/svk.py b/lib/bb/fetch/svk.py index 442f85804f3..120dad9d4e9 100644 --- a/lib/bb/fetch/svk.py +++ b/lib/bb/fetch/svk.py @@ -36,7 +36,7 @@ class Svk(Fetch): """Class to fetch a module or modules from svk repositories""" def supports(self, url, ud, d): """ - Check to see if a given url can be fetched with cvs. + Check to see if a given url can be fetched with svk. """ return ud.type in ['svk'] diff --git a/lib/bb/fetch/wget.py b/lib/bb/fetch/wget.py index a0dca940409..fd93c7ec46a 100644 --- a/lib/bb/fetch/wget.py +++ b/lib/bb/fetch/wget.py @@ -36,7 +36,7 @@ class Wget(Fetch): """Class to fetch urls via 'wget'""" def supports(self, url, ud, d): """ - Check to see if a given url can be fetched with cvs. + Check to see if a given url can be fetched with wget. """ return ud.type in ['http','https','ftp'] -- 2.47.3