diff --git a/src/ahenkd.py b/src/ahenkd.py index 80126fd..7c9e4eb 100644 --- a/src/ahenkd.py +++ b/src/ahenkd.py @@ -160,7 +160,7 @@ class AhenkDaemon(BaseDaemon): # self.registration_failed() while registration.is_registered() is False: - print("Registration attemp") + print("Registration attempt") max_attempt_number -= 1 self.logger.debug('Ahenk is not registered. Attempting for registration') # registration.registration_request(self.register_hostname,self.register_user_name,self.register_user_password,self.register_directory_server)