From: Richard Purdie Date: Fri, 4 Feb 2011 11:06:16 +0000 (+0000) Subject: bitbake/fetch2: Fix typo X-Git-Tag: 2011-1~2489 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=08a9fef4fa0036708f29bd150d7ecf66354e5475;p=openembedded-core.git bitbake/fetch2: Fix typo Signed-off-by: Richard Purdie --- 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 """