Skip to content

Commit

Permalink
Comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuconnolly committed Mar 17, 2017
1 parent a9f0edb commit 7979d83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/SPFavoriteNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@
// More info at <https://github.com/sequelpro/sequelpro>

#import "SPNamedNode.h"

/**
* @class SPFavoriteNode SPFavoriteNode.h
*
* @author Stuart Connolly http://stuconnolly.com/
*
* Tree node the represents a connection favorite.
* Tree node that represents a connection favorite.
*/
@interface SPFavoriteNode : NSObject <NSCopying, NSCoding, SPNamedNode>
{
Expand Down
1 change: 1 addition & 0 deletions Source/SPGroupNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
// More info at <https://github.com/sequelpro/sequelpro>

#import "SPNamedNode.h"

/**
* @class SPGroupNode SPGroupNode.h
*
Expand Down

0 comments on commit 7979d83

Please sign in to comment.