From 8e039d757db1c3243d9ab06950cefa1321c06fff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Marenco?= <remi.marenco@gmail.com>
Date: Tue, 8 Sep 2015 17:06:14 +0100
Subject: [PATCH] Small typo fix

Small typo fix: `context` instead of `contxt`
---
 docs/galaxy_conf.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/galaxy_conf.rst b/docs/galaxy_conf.rst
index 0b58487d..2f59164c 100644
--- a/docs/galaxy_conf.rst
+++ b/docs/galaxy_conf.rst
@@ -105,7 +105,7 @@ stage various files may benefit from more explaination.
 
 As demonstrated in the above ``default_file_action`` describes how inputs,
 outputs, etc... are staged. The default ``transfer`` has Galaxy initiate HTTP
-transfers. This makes little sense in the contxt of message queues so this
+transfers. This makes little sense in the context of message queues so this
 should be overridden and set to ``remote_transfer`` which causes the Pulsar to
 initiate the file transfers. Additional options are available including
 ``none``, ``copy``, and ``remote_copy``.
-- 
GitLab