Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 15, 2014
1 parent b844af4 commit bafdff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class CreateConnectionProfileCommand extends ConnectionProfileDetailsPage

private static final String[] COMMAND_CATEGORY = { "Database", "Connections" };
private static final String COMMAND_NAME = "Connection Profile: Create";
private static final String COMMAND_DESCRIPTION = "Command to create a database connectin profile.";
private static final String COMMAND_DESCRIPTION = "Command to create a database connection profile.";

@Inject
private ConnectionProfileManagerProvider provider;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class RemoveConnectionProfileCommand extends AbstractUICommand

private static final String[] COMMAND_CATEGORY = { "Database", "Connections" };
private static final String COMMAND_NAME = "Connection Profile: Remove";
private static final String COMMAND_DESCRIPTION = "Command to remove a database connectin profile.";
private static final String COMMAND_DESCRIPTION = "Command to remove a database connection profile.";

@Inject
private ConnectionProfileManagerProvider provider;
Expand Down

0 comments on commit bafdff0

Please sign in to comment.