From cac7dedf7253a4ebb6868260c3b16acf305deac1 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 27 Jun 2013 11:44:50 -0400 Subject: [PATCH] Fix a typo in logstash docs This fixes a typo in the logstash module documentation. The original documentation said "mulitple" which is an unword. Change-Id: Ied3e3a3356590ec188f8f2176ebfaa0169957fcd Reviewed-on: https://review.openstack.org/34756 Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- doc/source/logstash.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/logstash.rst b/doc/source/logstash.rst index 8abd345c32..92533acbae 100644 --- a/doc/source/logstash.rst +++ b/doc/source/logstash.rst @@ -36,7 +36,7 @@ Overview ======== Logs from Jenkins test runs are sent to logstash where they are -indexed and stored. Logstash facilitates reviewing logs from mulitple +indexed and stored. Logstash facilitates reviewing logs from multiple sources in a single test run, searching for errors or particular events within a test run, as well as searching for log event trends across test runs.