From 5a8e6d461c697118fbd6eba387fd10671effe289 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 3 Jun 2017 20:22:37 +0200 Subject: [PATCH] Tweak fix typo in comment --- bacula/src/stored/autochanger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/stored/autochanger.c b/bacula/src/stored/autochanger.c index ca80e2d347..c0e386881d 100644 --- a/bacula/src/stored/autochanger.c +++ b/bacula/src/stored/autochanger.c @@ -51,7 +51,7 @@ bool init_autochangers() foreach_alist(device, changer->device) { /* * If the device does not have a changer name or changer command - * defined, used the one from the Autochanger resource + * defined, use the one from the Autochanger resource */ if (!device->changer_name && changer->changer_name) { device->changer_name = bstrdup(changer->changer_name); -- 2.39.5