diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-06-17 12:03:50 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-06-17 13:15:05 +0200 |
commit | 9eebeb4482567adde5ae21b9d59874ac42fc214d (patch) | |
tree | f349bd0cfb3156c54e260b4a4721c420921a3140 /support/scripts/scanpypi | |
parent | 3c2708cbcb3f82e919b79043953e1e11f8baf71e (diff) | |
download | buildroot-9eebeb4482567adde5ae21b9d59874ac42fc214d.tar.gz buildroot-9eebeb4482567adde5ae21b9d59874ac42fc214d.zip |
scanpypi: fix comment typo
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support/scripts/scanpypi')
-rwxr-xr-x | support/scripts/scanpypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/scanpypi b/support/scripts/scanpypi index 44e5d20513..bb3899241b 100755 --- a/support/scripts/scanpypi +++ b/support/scripts/scanpypi @@ -258,7 +258,7 @@ class BuildrootPackage(): setup.main([]) # Will raise AttributeError if not found self.setup_metadata = self.setup_args[self.metadata_name] # Here we must remove the module the hard way. - # We must do this because of a very sepcific case: if a package calls + # We must do this because of a very specific case: if a package calls # setup from the __main__ but does not come with a 'main()' function, # for some reason setup.main([]) will successfully call the main # function of a previous package... |