From bc012ea7c7f5193fa6b0e2f63f31fcb5aff1dd54 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Mon, 20 Feb 2012 13:04:15 +0200 Subject: [PATCH] vdig: Fix typo and update wiki link --- plugins/vdig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/vdig.cpp b/plugins/vdig.cpp index dd839063b..d283f0357 100644 --- a/plugins/vdig.cpp +++ b/plugins/vdig.cpp @@ -40,7 +40,7 @@ DFhackCExport command_result plugin_init ( Core * c, std::vector " Also follows the vein between z-levels with stairs, like 'vdig x' would.\n" )); commands.push_back(PluginCommand("expdig","Select or designate an exploratory pattern. Use 'expdig ?' for help.",expdig)); - commands.push_back(PluginCommand("digcircle","Dig desingate a circle (filled or hollow) with given radius.",digcircle)); + commands.push_back(PluginCommand("digcircle","Dig designate a circle (filled or hollow) with given radius.",digcircle)); //commands.push_back(PluginCommand("autodig","Mark a tile for continuous digging.",autodig)); return CR_OK; } @@ -826,7 +826,7 @@ command_result expdig (Core * c, vector & parameters) { c->con.print( "This command can be used for exploratory mining.\n" - "http://df.magmawiki.com/index.php/DF2010:Exploratory_mining\n" + "http://dwarffortresswiki.org/Exploratory_mining\n" "\n" "There are two variables that can be set: pattern and filter.\n" "Patterns:\n"