From 74b4217db453119973d5a18bb972c6ea7cfe704b Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Sun, 4 Nov 2007 03:37:15 +0000
Subject: [PATCH] Fix two typos in a doc string

Remove a wrong "i" and add a missing ")" to the DiagnoseOS function doc string.

Reviewed-By: iustinp
---
 lib/backend.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/backend.py b/lib/backend.py
index 69d75d80a..d63edfe50 100644
--- a/lib/backend.py
+++ b/lib/backend.py
@@ -995,8 +995,8 @@ def _OSOndiskVersion(name, os_dir):
 def DiagnoseOS(top_dirs=None):
   """Compute the validity for all OSes.
 
-  For each name in all the given top directories (if not given defaults i
-  to constants.OS_SEARCH_PATH it will return an object. If this is a valid
+  For each name in all the given top directories (if not given defaults
+  to constants.OS_SEARCH_PATH) it will return an object. If this is a valid
   os, the object will be an instance of the object.OS class. If not,
   it will be an instance of errors.InvalidOS and this signifies that
   this name does not correspond to a valid OS.
-- 
GitLab