From 08a9fef4fa0036708f29bd150d7ecf66354e5475 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 4 Feb 2011 11:06:16 +0000 Subject: bitbake/fetch2: Fix typo Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/fetch2/__init__.py') diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index 95841b453e..f1b87f9ee2 100644 --- a/bitbake/lib/bb/fetch2/__init__.py +++ b/bitbake/lib/bb/fetch2/__init__.py @@ -581,7 +581,7 @@ def srcrev_internal_helper(ud, d, name): """ Return: a) a source revision if specified - b) latest revision if SREREV="AUTOINC" + b) latest revision if SRCREV="AUTOINC" c) None if not specified """ -- cgit v1.2.3-54-g00ecf