From 8ca9631d2c2e2ebeb1d8f9dc040437bdde4fdf23 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 7 Feb 2011 13:19:26 -0500 Subject: [PATCH] Fix two more 'temporary' typos --- main.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cxx b/main.cxx index 6cb291b4e..14df630c1 100644 --- a/main.cxx +++ b/main.cxx @@ -384,7 +384,7 @@ create_temp_dir (systemtap_session &s) { const char* e = strerror (errno); //we can't make the directory due to the error - cerr << autosprintf(_("ERROR: cannot create termporary directory (\" %s \"): %s"), tmpdirt.c_str(), e) << endl; + cerr << autosprintf(_("ERROR: cannot create temporary directory (\" %s \"): %s"), tmpdirt.c_str(), e) << endl; //cerr << "ERROR: cannot create temporary directory (\"" << tmpdirt << "\"): " << e << endl; exit (1); // die } @@ -392,7 +392,7 @@ create_temp_dir (systemtap_session &s) s.tmpdir = tmpdir_name; if (s.verbose>1) - clog << autosprintf(_("Created termorary directory \" %s \""), s.tmpdir.c_str()) << endl; + clog << autosprintf(_("Created temporary directory \" %s \""), s.tmpdir.c_str()) << endl; //clog << "Created temporary directory \"" << s.tmpdir << "\"" << endl; } -- 2.43.5