| commit | a0e6bbde1d9d8386aa729b5883f11530902fff08 | [log] [tgz] |
|---|---|---|
| author | Danny Auble <da@schedmd.com> | Tue Jul 12 11:50:57 2011 -0700 |
| committer | Danny Auble <da@schedmd.com> | Tue Jul 12 11:50:57 2011 -0700 |
| tree | 671a1afa586d60684de6c76b6d766cfcc47d2f33 | |
| parent | 5e100b2e68f7bc080a7262d1cf94b83ad9b55782 [diff] |
fic typo
diff --git a/src/sacctmgr/common.c b/src/sacctmgr/common.c index 1c76f2c..fde4a82 100644 --- a/src/sacctmgr/common.c +++ b/src/sacctmgr/common.c
@@ -1468,7 +1468,7 @@ char *temp_char = xstrtolower( preempt_mode_string(qos->preempt_mode)); if (temp_char) { - printf(" PreemptMode = %s\n", tmp_char); + printf(" PreemptMode = %s\n", temp_char); xfree(temp_char); } }