From c816a371d364d721dfd0675d9da803cd9bdd9504 Mon Sep 17 00:00:00 2001 From: Michele Tartara <mtartara@google.com> Date: Thu, 10 Jan 2013 11:29:13 +0000 Subject: [PATCH] Fix typo in the DRBD parser types file A missing letter has been added to a docstring. Signed-off-by: Michele Tartara <mtartara@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- src/Ganeti/Block/Drbd/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ganeti/Block/Drbd/Types.hs b/src/Ganeti/Block/Drbd/Types.hs index 096645e83..80dd12f10 100644 --- a/src/Ganeti/Block/Drbd/Types.hs +++ b/src/Ganeti/Block/Drbd/Types.hs @@ -217,7 +217,7 @@ data PerfIndicators = PerfIndicators , diskRead :: Int -- ^ KiB of data read from local disk , activityLog :: Int -- ^ Number of updates of the activity log , bitMap :: Int -- ^ Number of updates to the bitmap area of the metadata - , localCount :: Int -- ^ Number of open requests to te local I/O subsystem + , localCount :: Int -- ^ Number of open requests to the local I/O subsystem , pending :: Int -- ^ Num of requests sent to the partner but not yet answered , unacknowledged :: Int -- ^ Num of requests received by the partner but still -- to be answered -- GitLab