From e3cfe89a4a8eba4013c29cc88baeff6129b701f0 Mon Sep 17 00:00:00 2001
From: William Forsyth <williamdforsyth@gmail.com>
Date: Sat, 2 Dec 2017 17:48:32 -0800
Subject: [PATCH] Fixes "nighlty" typo.

s/nighlty/nightly/
---
 build.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.rs b/build.rs
index 535bbafd..d1821aed 100644
--- a/build.rs
+++ b/build.rs
@@ -22,7 +22,7 @@ fn main() {
             eprintln!(
                 "{} {}",
                 Red.bold().paint("Error:"),
-                White.paint("Ion requires nighlty to build.")
+                White.paint("Ion requires nightly to build.")
             );
             // print_version_err(&*version_string);
             eprintln!(
-- 
GitLab