Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoch committed Feb 4, 2025
1 parent 239ce10 commit 9083756
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ kwil
nocase
idos
encryptor
passporting
4 changes: 2 additions & 2 deletions schema.development.kf
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ action create_credentials_by_dwg(
$original_broader_signature,
$copy_credential_id,
$copy_content,
$copy_public_notes_signature, // Signature of an empty string?! This is wierd.
$copy_public_notes_signature, // Signature of an empty string?! This is weird.
$copy_broader_signature,
$dwg_owner,
$dwg_id,
Expand All @@ -645,7 +645,7 @@ action create_credentials_by_dwg(
$times_validation = idos.validate_not_usable_times($dwg_not_before, $dwg_not_after); // Check the format and precedence
SELECT CASE WHEN $times_validation != 1 THEN ERROR('dwg_not_before must be before dwg_not_after') END;

$dwg_result = idos.dwg_veryfy_owner($dwg_owner, @caller, $dwg_id, $dwg_not_before, $dwg_not_after, $dwg_signature);
$dwg_result = idos.dwg_verify_owner($dwg_owner, @caller, $dwg_id, $dwg_not_before, $dwg_not_after, $dwg_signature);
SELECT CASE WHEN $dwg_result != 1 THEN error('verify_dwg_owner:' || $dwg_result) END;

$original_result = idos.assert_credential_signatures(
Expand Down

0 comments on commit 9083756

Please sign in to comment.