Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #2582

Merged
merged 2 commits into from Mar 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/src/main/java/bisq/common/Envelope.java
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 {
}
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 {
}