aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2006-11-22 10:14:03 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2006-11-22 10:14:03 +0000
commit8e940e00365f07077cd409fce03358448ce2365f (patch)
treee7696642c4f42bd6f4b1cbdfb3520ca59c4f9e66 /lib/bb/fetch
parent5dea3d00b8fa7b59a6742f802e02ef4521d46f5f (diff)
downloadbitbake-8e940e00365f07077cd409fce03358448ce2365f.tar.gz
git.py: Fix typo (from koen)
Diffstat (limited to 'lib/bb/fetch')
-rw-r--r--lib/bb/fetch/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/fetch/git.py b/lib/bb/fetch/git.py
index 75a762922..bb517c992 100644
--- a/lib/bb/fetch/git.py
+++ b/lib/bb/fetch/git.py
@@ -52,7 +52,7 @@ class Git(Fetch):
"""Class to fetch a module or modules from git 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 git.
"""
return ud.type in ['git']