From b7bfe04b2d003d08f6ac450f41d7f221cb87f129 Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Tue, 2 Sep 2014 01:35:58 -0400 Subject: Fix spelling errors and capitalization. --- src/test/run-make/unicode-input/multiple_files.rs | 2 +- src/test/run-make/unicode-input/span_length.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/run-make/unicode-input') diff --git a/src/test/run-make/unicode-input/multiple_files.rs b/src/test/run-make/unicode-input/multiple_files.rs index 31802dd9f06..7c6d97dd5a3 100644 --- a/src/test/run-make/unicode-input/multiple_files.rs +++ b/src/test/run-make/unicode-input/multiple_files.rs @@ -20,7 +20,7 @@ use std::rand::{task_rng, Rng}; fn random_char() -> char { let mut rng = task_rng(); - // a subset of the XID_start unicode table (ensuring that the + // a subset of the XID_start Unicode table (ensuring that the // compiler doesn't fail with an "unrecognised token" error) let (lo, hi): (u32, u32) = match rng.gen_range(1u32, 4u32 + 1) { 1 => (0x41, 0x5a), diff --git a/src/test/run-make/unicode-input/span_length.rs b/src/test/run-make/unicode-input/span_length.rs index 913f1318ebf..e213e266548 100644 --- a/src/test/run-make/unicode-input/span_length.rs +++ b/src/test/run-make/unicode-input/span_length.rs @@ -19,7 +19,7 @@ use std::rand::{task_rng, Rng}; fn random_char() -> char { let mut rng = task_rng(); - // a subset of the XID_start unicode table (ensuring that the + // a subset of the XID_start Unicode table (ensuring that the // compiler doesn't fail with an "unrecognised token" error) let (lo, hi): (u32, u32) = match rng.gen_range(1u32, 4u32 + 1) { 1 => (0x41, 0x5a), -- cgit 1.4.1-3-g733a5