From 56ab6ddd3ee88994d69d8155b00504360a49925f Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 22 Aug 2016 22:42:25 +0530 Subject: [PATCH] datetime: Fix spelling (Dietmar) --- plinth/modules/datetime/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/datetime/__init__.py b/plinth/modules/datetime/__init__.py index 631ecfc85..ede023cb5 100644 --- a/plinth/modules/datetime/__init__.py +++ b/plinth/modules/datetime/__init__.py @@ -39,7 +39,7 @@ managed_packages = ['ntp'] title = _('Date & Time') description = [ - _('Network time server is a program that maintians the system time ' + _('Network time server is a program that maintains the system time ' 'in synchronization with servers on the Internet.') ]