diff --git a/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccRegWizzActivator.java b/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccRegWizzActivator.java
index 79728419a..a41813d04 100644
--- a/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccRegWizzActivator.java
+++ b/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccRegWizzActivator.java
@@ -19,7 +19,7 @@
* Registers the DictAccountRegistrationWizard in the UI Service.
*
* @author ROTH Damien
- * @author LITZELMANN Cédric
+ * @author LITZELMANN Cedric
*/
public class DictAccRegWizzActivator implements BundleActivator
{
diff --git a/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistration.java b/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistration.java
index 88a8ac1dd..4be06eb42 100644
--- a/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistration.java
+++ b/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistration.java
@@ -11,7 +11,7 @@
* through the DictAccountRegistrationWizard.
*
* @author ROTH Damien
- * @author LITZELMANN Cédric
+ * @author LITZELMANN Cedric
*/
public class DictAccountRegistration
{
diff --git a/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistrationWizard.java b/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistrationWizard.java
index 5eebae6fe..8d50810f3 100644
--- a/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistrationWizard.java
+++ b/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAccountRegistrationWizard.java
@@ -19,7 +19,7 @@
* the user to create and configure a new Dict account.
*
* @author ROTH Damien
- * @author LITZELMANN Cédric
+ * @author LITZELMANN Cedric
*/
public class DictAccountRegistrationWizard
implements AccountRegistrationWizard
diff --git a/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAdapter.java b/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAdapter.java
index e7329aba7..9ffdb5038 100644
--- a/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAdapter.java
+++ b/src/net/java/sip/communicator/plugin/dictaccregwizz/DictAdapter.java
@@ -14,7 +14,7 @@
/**
* Copy of DictAdapter class to solve the import problem
* @author ROTH Damien
- * @author LITZELMANN Cédric
+ * @author LITZELMANN Cedric
*/
public class DictAdapter
diff --git a/src/net/java/sip/communicator/plugin/dictaccregwizz/FirstWizardPage.java b/src/net/java/sip/communicator/plugin/dictaccregwizz/FirstWizardPage.java
index 821b5c43c..0282f1d8c 100644
--- a/src/net/java/sip/communicator/plugin/dictaccregwizz/FirstWizardPage.java
+++ b/src/net/java/sip/communicator/plugin/dictaccregwizz/FirstWizardPage.java
@@ -21,7 +21,7 @@
* port and the strategy of the account.
*
* @author ROTH Damien
- * @author LITZELMANN Cédric
+ * @author LITZELMANN Cedric
*/
public class FirstWizardPage
extends JPanel
diff --git a/src/net/java/sip/communicator/plugin/dictaccregwizz/Resources.java b/src/net/java/sip/communicator/plugin/dictaccregwizz/Resources.java
index c86ebd68e..4266c2cac 100644
--- a/src/net/java/sip/communicator/plugin/dictaccregwizz/Resources.java
+++ b/src/net/java/sip/communicator/plugin/dictaccregwizz/Resources.java
@@ -17,7 +17,7 @@
* properties files and the image resources used in this plugin.
*
* @author ROTH Damien
- * @author LITZELMAN Cédric
+ * @author LITZELMAN Cedric
*/
public class Resources
{
diff --git a/src/net/java/sip/communicator/plugin/dictaccregwizz/StrategyThread.java b/src/net/java/sip/communicator/plugin/dictaccregwizz/StrategyThread.java
index 24754e9d0..8dab524e6 100644
--- a/src/net/java/sip/communicator/plugin/dictaccregwizz/StrategyThread.java
+++ b/src/net/java/sip/communicator/plugin/dictaccregwizz/StrategyThread.java
@@ -14,7 +14,7 @@
* the strategies list.
*
* @author ROTH Damien
- * @author LITZELMANN Cédric
+ * @author LITZELMANN Cedric
*/
public class StrategyThread
extends Thread