From 84446f882d8f04c62bd056f7ee1589fd3112da29 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Wed, 17 Feb 2016 14:01:47 -0500 Subject: [PATCH] Fixed spelling error License: MIT Signed-off-by: Richard Littauer --- core/commands/swarm.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/commands/swarm.go b/core/commands/swarm.go index 1a0e646ed..b03ca9c38 100644 --- a/core/commands/swarm.go +++ b/core/commands/swarm.go @@ -424,7 +424,7 @@ var swarmFiltersAddCmd = &cmds.Command{ Tagline: "Add an address filter.", ShortDescription: ` 'ipfs swarm filters add' will add an address filter to the daemons swarm. -Filters applied this way will not persist daemon reboots, to acheive that, +Filters applied this way will not persist daemon reboots, to achieve that, add your filters to the ipfs config file. `, }, @@ -466,7 +466,7 @@ var swarmFiltersRmCmd = &cmds.Command{ Tagline: "Remove an address filter.", ShortDescription: ` 'ipfs swarm filters rm' will remove an address filter from the daemons swarm. -Filters removed this way will not persist daemon reboots, to acheive that, +Filters removed this way will not persist daemon reboots, to achieve that, remove your filters from the ipfs config file. `, },