From 0e8d8384656ebfd84fe47783441b8bfa3b4d3385 Mon Sep 17 00:00:00 2001
From: Michele Tartara <mtartara@google.com>
Date: Tue, 12 Mar 2013 12:02:55 +0100
Subject: [PATCH] Fix typo in the monitoring agent design doc

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
---
 doc/design-monitoring-agent.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/design-monitoring-agent.rst b/doc/design-monitoring-agent.rst
index 5099017c4..8bcec6fcf 100644
--- a/doc/design-monitoring-agent.rst
+++ b/doc/design-monitoring-agent.rst
@@ -73,7 +73,7 @@ the data collectors:
   what format to expect, and how to correctly interpret it.
 
 ``timestamp``
-  The time when the reported data were gathered. Is has to be expressed
+  The time when the reported data were gathered. It has to be expressed
   in nanoseconds since the unix epoch (0:00:00 January 01, 1970). If not
   enough precision is available (or needed) it can be padded with
   zeroes. If a report object needs multiple timestamps, it can add more
-- 
GitLab