From 2351744024c43b275cad13fc0e84a7e62547df2b Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Fri, 20 Dec 2019 21:29:12 -0500 Subject: [PATCH] samba: Fix spelling in description Signed-off-by: James Valleroy --- plinth/modules/samba/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/samba/__init__.py b/plinth/modules/samba/__init__.py index 937299b1a..b0b6d20ea 100644 --- a/plinth/modules/samba/__init__.py +++ b/plinth/modules/samba/__init__.py @@ -54,7 +54,7 @@ description = [ 'other computers in your local network.'), format_lazy( _('After installation, you can choose which disks to use for sharing. ' - 'Enabled shares are accessbile in the file manager on your computer ' + 'Enabled shares are accessible in the file manager on your computer ' 'at location \\\\{hostname} (on Windows) or smb://{hostname}.local ' '(on Linux and Mac). There are three types of shares ' 'you can choose from: '), hostname=socket.gethostname()),