Fixed minor typo in libvirt-override.py::openAuth TODO itemv11.2.0
authorSuhailAhmedVelorum <[email protected]>
Wed, 26 Mar 2025 09:37:23 +0000 (26 15:07 +0530)
committerSuhailAhmedVelorum <[email protected]>
Wed, 26 Mar 2025 09:44:11 +0000 (26 15:14 +0530)
Signed-off-by: Suhail Ahmed <[email protected]>
libvirt-override.py

index 07adea1..0160349 100644 (file)
@@ -91,7 +91,7 @@ def registerErrorHandler(f: Callable[[_T, List], None], ctx: _T) -> int:
 
 
 def openAuth(uri: str, auth: List, flags: int = 0) -> 'virConnect':
-    # TODO: The C code rquires a List and there is not *Mutable*Tuple for a better description such as
+    # TODO: The C code requires a List and there is not *Mutable*Tuple for a better description such as
     # auth: Tuple[List[int], Callable[[List[MutableTuple[int, str, str, str, Any]], _T], int], _T]
     """
     This function should be called first to get a connection to the