Milan Zamazal has uploaded a new change for review.

Change subject: doc: Typo fixes in utils.monotonic_time docstring
......................................................................

doc: Typo fixes in utils.monotonic_time docstring

Change-Id: I0dc1560e81783a7c169896c235b043f50484cc97
Signed-off-by: Milan Zamazal <mzama...@redhat.com>
---
M lib/vdsm/utils.py
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/95/59295/1

diff --git a/lib/vdsm/utils.py b/lib/vdsm/utils.py
index e6b8dd5..6ffa33e 100644
--- a/lib/vdsm/utils.py
+++ b/lib/vdsm/utils.py
@@ -817,12 +817,12 @@
     This function is useful if the client just
     needs to use the difference between two given time points.
 
-    With repect to time.time():
-    * The resolution of this function is lower. On Linux,
-      the resolution is 1/_SC_CLK_TCK, which in turn depend on
+    With respect to time.time():
+    * The resolution of this function is finer. On Linux,
+      the resolution is 1/_SC_CLK_TCK, which in turn depends on
       the value of HZ configured in the kernel. A commonly
       found resolution is 10 (ten) ms.
-    * This functions is resilient with respect to system clock
+    * This function is resilient with respect to system clock
       adjustments.
     """
     return os.times()[4]


-- 
To view, visit https://gerrit.ovirt.org/59295
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0dc1560e81783a7c169896c235b043f50484cc97
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Milan Zamazal <mzama...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/vdsm-patches@lists.fedorahosted.org

Reply via email to