From 6ebed6b505aebb58726322b7c4e7f736e02773ce Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 7 Sep 2021 14:25:34 +0200 Subject: samba-tool: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- python/samba/netcmd/dns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/samba/netcmd/dns.py') diff --git a/python/samba/netcmd/dns.py b/python/samba/netcmd/dns.py index e77a4de8162..c0f27808c46 100644 --- a/python/samba/netcmd/dns.py +++ b/python/samba/netcmd/dns.py @@ -1090,7 +1090,7 @@ class cmd_add_record(Command): if e.args[0] == werror.WERR_DNS_ERROR_NAME_DOES_NOT_EXIST: raise CommandError('Zone does not exist; record could not be added. zone[%s] name[%s]' % (zone, name)) if e.args[0] == werror.WERR_DNS_ERROR_RECORD_ALREADY_EXISTS: - raise CommandError('Record already exist; record could not be added. zone[%s] name[%s]' % (zone, name)) + raise CommandError('Record already exists; record could not be added. zone[%s] name[%s]' % (zone, name)) raise e self.outf.write('Record added successfully\n') -- cgit v1.2.3