Skip to content

Commit

Permalink
Fixing a few typos
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/directory/apacheds/trunk@1813377 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
coheigea committed Oct 26, 2017
1 parent 88a85ff commit 4077a74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public boolean load( String ldifFile, String targetPartitionDir )
Set<String> existing = rm.getManagedTrees();
if( existing.size() > 2 )
{
LOG.warn( "Looks like the given partition directory {} already contains data of a mavibot partiton, please delete this data file and rerun this tool", ldifFile );
LOG.warn( "Looks like the given partition directory {} already contains data of a mavibot partition, please delete this data file and rerun this tool", ldifFile );
return false;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public DefaultDirectoryServiceFactory()
}
catch ( Exception e )
{
LOG.error( "Error instantiating custom partiton factory", e );
LOG.error( "Error instantiating custom partition factory", e );
throw new RuntimeException( e );
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ public void run()
else if ( LOG.isWarnEnabled() )
{
LOG.warn( "ApacheDS shutdown hook has NOT been registered with the runtime."
+ " This default setting for standalone operation has been overriden." );
+ " This default setting for standalone operation has been overridden." );
}

initialize();
Expand Down Expand Up @@ -2330,4 +2330,4 @@ public ObjectClassProvider getOcProvider()
return ocProvider;
}

}
}

0 comments on commit 4077a74

Please sign in to comment.