]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: fetch2: Correct two examples of typo "revsion."
authorRobert P. J. Day <rpjday@crashcourse.ca>
Mon, 13 Feb 2017 11:38:47 +0000 (06:38 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Feb 2017 14:28:46 +0000 (06:28 -0800)
(Bitbake rev: 05f5421b2e44cd58c5912848de43d5884d070150)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py
bitbake/lib/bb/fetch2/git.py

index 525f47e4173e9073dbf89783cf7faa4e07838b88..9151238a353d42dd9f885f2b53bbb6e9aeddd5c9 100644 (file)
@@ -724,7 +724,7 @@ def get_autorev(d):
 
 def get_srcrev(d, method_name='sortable_revision'):
     """
-    Return the revsion string, usually for use in the version string (PV) of the current package
+    Return the revision string, usually for use in the version string (PV) of the current package
     Most packages usually only have one SCM so we just pass on the call.
     In the multi SCM case, we build a value based on SRCREV_FORMAT which must
     have been set.
index f7a0c01868e345cc332c093336ab5e6b4b3e8484..023b608698ba2f5e0946f370cee641339b04ebb6 100644 (file)
@@ -50,7 +50,7 @@ Supported SRC_URI options are:
    The default is "0", set nobranch=1 if needed.
 
 - usehead
-   For local git:// urls to use the current branch HEAD as the revsion for use with
+   For local git:// urls to use the current branch HEAD as the revision for use with
    AUTOREV. Implies nobranch.
 
 """