From e82a0662878e88bd15c5190e6bd496a51779209d Mon Sep 17 00:00:00 2001 From: Korvin Szanto Date: Sun, 3 Mar 2013 06:51:23 -0800 Subject: [PATCH] Fix typo in Phabricatorbot config diviner page Summary: Changed pharicatorbot to phabricatorbot Test Plan: build diviner and make sure I'm not crazy Reviewers: epriestley Reviewed By: epriestley CC: aran Differential Revision: https://secure.phabricator.com/D5187 --- src/docs/technical/chatbot.diviner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/technical/chatbot.diviner b/src/docs/technical/chatbot.diviner index 54388157b5..bd095fb939 100644 --- a/src/docs/technical/chatbot.diviner +++ b/src/docs/technical/chatbot.diviner @@ -78,7 +78,7 @@ Now the bot should be able to connect to Phabricator via Conduit. The bot is a Phabricator daemon, so start it with ##phd##: - ./bin/phd launch pharicatorbot + ./bin/phd launch phabricatorbot If you have issues you can try ##debug## instead of ##launch##, see @{article:Managing Daemons with phd} for more information.