genboardcfg: Support a quiet mode
[oweals/u-boot.git] / tools / patman / cros_subprocess.py
index 0f0d60dfb7ae96fda2478a6f34c99ec9951f8688..efd0a5aaf72f04d9f7ffb963b0a2045910dab920 100644 (file)
@@ -6,11 +6,11 @@
 # Licensed to PSF under a Contributor Agreement.
 # See http://www.python.org/2.4/license for licensing details.
 
-"""Subprocress execution
+"""Subprocess execution
 
 This module holds a subclass of subprocess.Popen with our own required
 features, mainly that we get access to the subprocess output while it
-is running rather than just at the end. This makes it easiler to show
+is running rather than just at the end. This makes it easier to show
 progress information and filter output in real time.
 """