This commit is contained in:
Alessandro Pieve 2017-03-29 10:31:44 +00:00
parent d3bfd36e0c
commit cd4d3838be
1 changed files with 1 additions and 1 deletions

View File

@ -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.");
}
}