From 235a0fa59aac0fa99ca8e0e613f9a088da491c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dato=20Sim=C3=B3?= <dato@google.com> Date: Wed, 10 Oct 2012 16:14:56 +0100 Subject: [PATCH] (htest) Text.hs: fix typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dato SimΓ³ <dato@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- htest/Test/Ganeti/HTools/Text.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htest/Test/Ganeti/HTools/Text.hs b/htest/Test/Ganeti/HTools/Text.hs index d64cb1737..63c65f9b0 100644 --- a/htest/Test/Ganeti/HTools/Text.hs +++ b/htest/Test/Ganeti/HTools/Text.hs @@ -166,7 +166,7 @@ prop_IPolicyIdempotent ipol = -- | This property, while being in the text tests, does more than just -- test end-to-end the serialisation and loading back workflow; it --- also tests the Loader.mergeData and the actuall +-- also tests the Loader.mergeData and the actual -- Cluster.iterateAlloc (for well-behaving w.r.t. instance -- allocations, not for the business logic). As such, it's a quite -- complex and slow test, and that's the reason we restrict it to -- GitLab