From: Kern Sibbald Date: Sat, 3 Jun 2017 18:22:37 +0000 (+0200) Subject: Tweak fix typo in comment X-Git-Tag: Release-7.9.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a8e6d461c697118fbd6eba387fd10671effe289;p=thirdparty%2Fbacula.git Tweak fix typo in comment --- diff --git a/bacula/src/stored/autochanger.c b/bacula/src/stored/autochanger.c index ca80e2d34..c0e386881 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);