Possibly fixed test
[p5sagit/Oyster.git] / t / Deploy / git.t
index d65fdc0..11be6a6 100644 (file)
@@ -21,5 +21,5 @@ is($deploy->create("${tmpdir}/testapp"), 1, 'Create returned okay');
 ok((-d "${tmpdir}/testapp"), "App directory created");
 
 throws_ok(sub {$deploy->create("${tmpdir}/testapp")}, 'Error::Simple', "Directory already exists");
-ok((-f "${tmpdir}/testapp/.git/hooks/post-receive"), "Post reveive hook exists");
-ok((-f "${tmpdir}/testapp/.git/hooks/post-update"), "Post update hook exists");
+ok((-f "${tmpdir}/testapp/.git/hooks/post-receive"), "Post receive hook exists");
+ok((-f "${tmpdir}/testapp/.git/hooks/post-update"), "Post update hook exists");
\ No newline at end of file