Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaar, Bjørn-Andre committed Dec 11, 2023
1 parent 77c247b commit e78a227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/no/ssb/dapla/dlp/pseudo/func/PseudoFunc.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public interface PseudoFunc {
/** Name of the function declaration (including any parameters), e.g. foo(param1,param2) */
String getFuncDecl();

/** Name of the encryption algorithm, e.g. TINK_FPE, TINK_DEEAD */
/** Name of the encryption algorithm, e.g. TINK_FPE, TINK-DAEAD */
String getAlgorithm();

/**
Expand Down

0 comments on commit e78a227

Please sign in to comment.