From 4963d783282ad887f202799b2e58e9f73a31b974 Mon Sep 17 00:00:00 2001 From: Jaimos Skriletz Date: Tue, 16 Jun 2026 15:36:09 -0600 Subject: [PATCH] Typo fixes. This fixes two typos found in #3019. --- conf/authen_LTI_1_1.conf.dist | 2 +- lib/WeBWorK/ConfigValues.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/authen_LTI_1_1.conf.dist b/conf/authen_LTI_1_1.conf.dist index 49cf28771d..a0d73a33b9 100644 --- a/conf/authen_LTI_1_1.conf.dist +++ b/conf/authen_LTI_1_1.conf.dist @@ -21,7 +21,7 @@ $LTI{v1p1}{LMS_url} = ''; # This sets the number of decimal digits to round the score (a value between 0 and 1) sent to the LMS. # A setting of 2 means the score is rounded to 2 digits or the nearest whole percent. Setting this to -# a number less than 2 will disable rounding. Note that there maybe some rounding since floats are +# a number less than 2 will disable rounding. Note that there may be some rounding since floats are # used to compute and save scores in the database and LMS may round the score received. $LTI{v1p1}{round_score_digits} = 2; #$LTI{v1p1}{round_score_digits} = 0; # Disable rounding. diff --git a/lib/WeBWorK/ConfigValues.pm b/lib/WeBWorK/ConfigValues.pm index 49bb6a7f80..874cb4cc1d 100644 --- a/lib/WeBWorK/ConfigValues.pm +++ b/lib/WeBWorK/ConfigValues.pm @@ -1096,9 +1096,9 @@ sub getConfigValues ($ce) { doc2 => x( 'This sets the number of decimal digits to round the set score (a value between 0 and 1) sent to the ' . 'LMS using LTI 1.1. A setting of 2 means the score is rounded to 2 digits or the nearest whole ' - . 'percent. Setting this to a number less than 2 will disable rounding. Note that there maybe ' + . 'percent. Setting this to a number less than 2 will disable rounding. Note that there may be ' . 'some rounding since floats are used to compute and save scores in the database and the LMS may ' - . 'round the score it recives.' + . 'round the score it receives.' ), type => 'number' },