Minor typo.

This commit is contained in:
Gav Wood 2016-06-19 12:29:39 +02:00
parent 46d588dcae
commit 7430cf72e2

View File

@ -15,7 +15,7 @@
// along with Parity. If not, see <http://www.gnu.org/licenses/>. // along with Parity. If not, see <http://www.gnu.org/licenses/>.
extern crate ansi_term; extern crate ansi_term;
use self::ansi_term::Colour::Red; use self::ansi_term::Colour::White;
use std::io; use std::io;
use std::path::PathBuf; use std::path::PathBuf;
use std::sync::Arc; use std::sync::Arc;