Skip to content

Commit

Permalink
Merge pull request #2582 from oscarguindzberg/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ManfredKarrer authored Mar 25, 2019
2 parents 3a9131d + 56d152e commit 1e66d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/src/main/java/bisq/common/Envelope.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package bisq.common;

/**
* Interface for the outside envelope object sent over the network or persisted to disc.
* Interface for the outside envelope object sent over the network or persisted to disk.
*/
public interface Envelope extends Proto {
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import bisq.common.Envelope;

/**
* Interface for the outside envelope object persisted to disc.
* Interface for the outside envelope object persisted to disk.
*/
public interface PersistableEnvelope extends Envelope {
}

0 comments on commit 1e66d6e

Please sign in to comment.