diff --git a/src/main/java/org/gcube/accounting/datamodel/BasicUsageRecord.java b/src/main/java/org/gcube/accounting/datamodel/BasicUsageRecord.java index b5f59a2..70d8f0b 100644 --- a/src/main/java/org/gcube/accounting/datamodel/BasicUsageRecord.java +++ b/src/main/java/org/gcube/accounting/datamodel/BasicUsageRecord.java @@ -78,7 +78,7 @@ public abstract class BasicUsageRecord extends AbstractRecord implements UsageRe try { this.setScope(getScopeFromToken()); } catch(Exception e) { - logger.warn("Unable to automaticcally set the scope using scope provider. The record will not be valid if the scope will not be explicitly set."); + logger.warn("Unable to automatically set the scope using scope provider. The record will not be valid if the scope will not be explicitly set."); } }