From 05338fb0e67cb087844fdc1a10e0d4bb0617aba2 Mon Sep 17 00:00:00 2001 From: ABDUL NIYAS P M Date: Wed, 27 Mar 2019 14:23:45 +0530 Subject: [PATCH] Typo fixed (#1469) --- psutil/_psutil_windows.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/psutil/_psutil_windows.c b/psutil/_psutil_windows.c index 9fd8d9c70..4dfae2d5f 100644 --- a/psutil/_psutil_windows.c +++ b/psutil/_psutil_windows.c @@ -377,7 +377,7 @@ psutil_proc_cpu_times(PyObject *self, PyObject *args) { /* * User and kernel times are represented as a FILETIME structure - * wich contains a 64-bit value representing the number of + * which contains a 64-bit value representing the number of * 100-nanosecond intervals since January 1, 1601 (UTC): * http://msdn.microsoft.com/en-us/library/ms724284(VS.85).aspx * To convert it into a float representing the seconds that the @@ -1118,7 +1118,7 @@ psutil_proc_threads(PyObject *self, PyObject *args) { /* * User and kernel times are represented as a FILETIME structure - * wich contains a 64-bit value representing the number of + * which contains a 64-bit value representing the number of * 100-nanosecond intervals since January 1, 1601 (UTC): * http://msdn.microsoft.com/en-us/library/ms724284(VS.85).aspx * To convert it into a float representing the seconds that the