From 4893046b0f8fa99acc78437c13a4ff1c7c8f00a9 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Wed, 11 Jun 2008 19:21:33 +0000 Subject: [PATCH] Typo fixes --- application/models/tables/CourseAceOutcomes.php | 2 +- application/views/login.xhtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/models/tables/CourseAceOutcomes.php b/application/models/tables/CourseAceOutcomes.php index 9d542748..cd982a3c 100644 --- a/application/models/tables/CourseAceOutcomes.php +++ b/application/models/tables/CourseAceOutcomes.php @@ -20,7 +20,7 @@ class CourseAceOutcomes extends Nmc_Db_Table static protected $_outcomeDescriptions = array( 'SLO1' => 'Write texts, in various forms, with an identified purpose, that respond to specific audience needs, incorporate research or existing knowledge, and use applicable documentation and appropriate conventions of format and structure.', 'SLO2' => 'Demonstrate communication competence in one or more of the following ways: (a) by making oral presentations with supporting materials, (b) by leading and participating in problem-solving teams, (c) by employing a repertoire of communication skills for developing and maintaining professional relationships, or (d) by creating and interpreting visual information.', - 'SLO3' => 'Use mathematical, computational, statistical, or formal reasoning (including reasoning based on principles of logic) to solve problems, draw inferences, and determine responsableness.', + 'SLO3' => 'Use mathematical, computational, statistical, or formal reasoning (including reasoning based on principles of logic) to solve problems, draw inferences, and determine reasonableness.', 'SLO4' => 'Use scientific methods and knowledge of the natural and physical world to address problems through inquiry, interpretation, analysis, and the making of inferences from data, to determine whether conclusions or solutions are reasonable.', 'SLO5' => 'Use knowledge, historical perspectives, analysis, interpretation, critical evaluation, and the standards of evidence appropriate to the humanities to address problems and issues.', 'SLO6' => 'Use knowledge, theories, methods, and historical perspectives appropriate to the social sciences to understand and evaluate human behavior.', diff --git a/application/views/login.xhtml b/application/views/login.xhtml index cdd945fa..a646f15c 100644 --- a/application/views/login.xhtml +++ b/application/views/login.xhtml @@ -13,7 +13,7 @@ <input type="submit" value="Login" /><br /> </form> Use your MyUNL (blackboard) login/password - <a href="http://my.unl.edu/webapps/blackboard/password">Forgot userername or password?</a> + <a href="http://my.unl.edu/webapps/blackboard/password">Forgot username or password?</a> </div> </div> -- GitLab