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: https://git.sur5r.net/?a=commitdiff_plain;ds=sidebyside;h=5a8e6d461c697118fbd6eba387fd10671effe289;hp=15f579469b2f2e7901e8a462d350d39436695813;p=bacula%2Fbacula Tweak fix typo in comment --- 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);