Fix some typos in author names

This commit is contained in:
Sebastian Kürten 2016-11-07 14:51:58 +01:00
parent 1c6cbf05e6
commit 42e9b19c77
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ import org.osgi.framework.Constants;
* Runs a hosted version of Felix for testing purposes. Any bundle errors are
* reported via the FrameworkListener passed to the constructor.
*
* @author Ceki Gücü
* @author Ceki Gülcü
*/
public class FelixHost {

View File

@ -31,7 +31,7 @@ import org.junit.Before;
import org.junit.Test;
/**
* @author Ceki Gücü
* @author Ceki Gülcü
*/
public class NDCTest {

View File

@ -41,7 +41,7 @@ import ch.qos.cal10n.IMessageConveyor;
* instance does have any state beyond that of the {@link Logger} instance it
* wraps and its message conveyor.
*
* @author Ceki Gücü
* @author Ceki Gülcü
*
*/
public class LocLoggerFactory {