scripts: cleanup terminology

BUG=b:234871595, b:234871348, b:234871421, b:234871422, b:234871555
TEST=pass CQ

Change-Id: I8b4913e1af3f439dbffa2b8e58becd12a86404b8
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/3698925
Tested-by: Sloan Johnson <sloanjohnson@google.com>
Auto-Submit: Sloan Johnson <sloanjohnson@google.com>
Reviewed-by: Sergey Frolov <sfrolov@google.com>
Commit-Queue: Sloan Johnson <sloanjohnson@google.com>
Commit-Queue: Sergey Frolov <sfrolov@google.com>
diff --git a/scripts/build_api.py b/scripts/build_api.py
index dba8362..4b76f1d 100644
--- a/scripts/build_api.py
+++ b/scripts/build_api.py
@@ -80,7 +80,7 @@
 
   if opts.service_method not in methods:
     # Unknown method, try to match against known methods and make a suggestion.
-    # This is just for developer sanity, e.g. misspellings when testing.
+    # This is just for developer assistance, e.g. misspellings when testing.
     matched = matching.GetMostLikelyMatchedObject(
         methods, opts.service_method, matched_score_threshold=0.6)
     error = 'Unrecognized service name.'