Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/eclipse/paho.mqtt-spy
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil committed Nov 10, 2017
2 parents 7db6072 + 16de92e commit d7d65d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ private String getPerspectiveString(final SpyPerspective item)
}
else if (item.equals(SpyPerspective.DEFAULT))
{
return ("Default - simpified properties");
return ("Default - simplified properties");
}
else if (item.equals(SpyPerspective.DETAILED))
{
Expand Down

0 comments on commit d7d65d2

Please sign in to comment.