From 166561f6224f7748e0474b3bf220d8ee7e23c437 Mon Sep 17 00:00:00 2001
Message-Id: <166561f6224f7748e0474b3bf220d8ee7e23c437.1367947969.git.minovotn@redhat.com>
In-Reply-To: <707b9b97153063374d2530e72c49b1499fc21af9.1367947969.git.minovotn@redhat.com>
References: <707b9b97153063374d2530e72c49b1499fc21af9.1367947969.git.minovotn@redhat.com>
From: Michal Novotny <minovotn@redhat.com>
Date: Tue, 7 May 2013 18:36:33 +0200
Subject: [PATCH 014/114] Revert "Fix typos and misspellings"

This reverts commit 0370641a6f2bf97edde1e408aab1a2d5647c794f.

Reverting as asked by Laszlo in message <51892739.2030807@redhat.com>
because of the ordering issue (most likely) related to supersed
testing.

Signed-off-by: Michal Novotny <minovotn@redhat.com>
---
 qga/commands-posix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qga/commands-posix.c b/qga/commands-posix.c
index 8c43e5b..b252402 100644
--- a/qga/commands-posix.c
+++ b/qga/commands-posix.c
@@ -121,7 +121,7 @@ void qmp_guest_shutdown(bool has_mode, const char *mode, Error **err)
         return;
     }
 
-    /* succeeded */
+    /* succeded */
 }
 
 int64_t qmp_guest_get_time(Error **errp)
-- 
1.7.11.7