@cryptotaxi247 / kubo / commits / 84446f882

Fixed spelling error

License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>

Richard Littauer committed Feb 17, 2016 at 14:01 UTC 84446f882d8f04c62bd056f7ee1589fd3112da29
1 file changed +2 -2
core/commands/swarm.go
+2 -2
@@ -424,7 +424,7 @@ var swarmFiltersAddCmd = &cmds.Command{
424 Tagline: "Add an address filter.",
425 ShortDescription: `
426 'ipfs swarm filters add' will add an address filter to the daemons swarm.
427 -Filters applied this way will not persist daemon reboots, to acheive that,
427 +Filters applied this way will not persist daemon reboots, to achieve that,
428 add your filters to the ipfs config file.
429 `,
430 },
@@ -466,7 +466,7 @@ var swarmFiltersRmCmd = &cmds.Command{
466 Tagline: "Remove an address filter.",
467 ShortDescription: `
468 'ipfs swarm filters rm' will remove an address filter from the daemons swarm.
469 -Filters removed this way will not persist daemon reboots, to acheive that,
469 +Filters removed this way will not persist daemon reboots, to achieve that,
470 remove your filters from the ipfs config file.
471 `,
472 },