Skip to content

Commit

Permalink
Fix typo in class description.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgonzal authored and ar committed Jun 5, 2024
1 parent 695bef3 commit 34eba4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jpos/src/main/java/org/jpos/security/KeyUsage.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* jPOS Project [http://jpos.org]
* Copyright (C) 2000-2023 jPOS Software SRL
* Copyright (C) 2000-2024 jPOS Software SRL
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down Expand Up @@ -28,7 +28,7 @@
/**
* Defines the primary usage of the key contained in the key block.
* <p>
* Each value repesents bytes 5-6 of the Keyblok Header.
* Each value repesents bytes 5-6 of the keyblock header.
*/
public class KeyUsage implements Serializable {

Expand Down

0 comments on commit 34eba4f

Please sign in to comment.