diff options
Diffstat (limited to 'BaseTools/gcc/mingw-gcc-build.py')
-rwxr-xr-x | BaseTools/gcc/mingw-gcc-build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/gcc/mingw-gcc-build.py b/BaseTools/gcc/mingw-gcc-build.py index 05fdb0932b..92778d1fcb 100755 --- a/BaseTools/gcc/mingw-gcc-build.py +++ b/BaseTools/gcc/mingw-gcc-build.py @@ -554,7 +554,7 @@ class App: if result:
print('All files have been downloaded & verified')
else:
- print('An error occured while downloading a file')
+ print('An error occurred while downloading a file')
return
Extracter(sources, config).ExtractAll()
|