Skip to content

Commit

Permalink
chore: fix misspelt words
Browse files Browse the repository at this point in the history
  • Loading branch information
randomshinichi committed Aug 13, 2019
1 parent b5ebe72 commit 443fcb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aeternity/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ type ProfileConfig struct {
Tuning TuningConfig `json:"tuning" yaml:"tuning" mapstructure:"tuning"`
}

// Config sytem configuration
// Config system configuration
var Config = ProfileConfig{
Name: "Default Config",
Node: NodeConfig{
Expand Down
2 changes: 1 addition & 1 deletion aeternity/tx_aens.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (tx *NamePreclaimTx) EncodeRLP(w io.Writer) (err error) {
if err != nil {
return
}
// build id for the committment
// build id for the commitment
cID, err := buildIDTag(IDTagCommitment, tx.CommitmentID)
if err != nil {
return
Expand Down

0 comments on commit 443fcb5

Please sign in to comment.