Nitty comment fixes.

Corrected grammar, misspellings, line length, and some
Args: section fixes.

BUG=None
TEST=None

Change-Id: Ia697742e85534034d96e96eafbd51476ba4f3e0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/3962677
Auto-Submit: Alex Klein <saklein@chromium.org>
Commit-Queue: Sloan Johnson <sloanjohnson@google.com>
Reviewed-by: Sloan Johnson <sloanjohnson@google.com>
Tested-by: Alex Klein <saklein@chromium.org>
Commit-Queue: Alex Klein <saklein@chromium.org>
diff --git a/api/api_config.py b/api/api_config.py
index d3ab5c2..517c206 100644
--- a/api/api_config.py
+++ b/api/api_config.py
@@ -107,7 +107,7 @@
         config.call_type = self.ENUM_TYPE_MAP[self._call_type]
 
         if not for_inside_execution:
-            # Add values not needed when reexecuting.
+            # Add values not needed when re-executing.
             config.log_path = self.log_path
 
         return config