Skip to content

Commit

Permalink
Merge pull request #34 from der-ambi/typo
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
kamilfb authored Sep 7, 2017
2 parents 7474303 + 3b792bd commit 16de92e
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 16de92e

Please sign in to comment.