From da457b9138439808871fb73497377bc470675089 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 12 Jun 2014 11:31:56 -0400 Subject: [PATCH] fix spec typo --- spec/build_tests_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/build_tests_spec.rb b/spec/build_tests_spec.rb index 17a1426..690360e 100644 --- a/spec/build_tests_spec.rb +++ b/spec/build_tests_spec.rb @@ -143,7 +143,7 @@ describe Rscons do lines.should == [] end - it "does not rebuild a C module when only the file's timestampe has changed" do + it "does not rebuild a C module when only the file's timestamp has changed" do test_dir('header') env = Rscons::Environment.new do |env| env.Program('header', Dir['*.c'])