]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/autochanger.c
Tweak fix typo in comment
[bacula/bacula] / bacula / src / stored / autochanger.c
index ca80e2d347937a68f0c15c8909925facd7e3aeeb..c0e386881d55225d577d559fb5478386eead194f 100644 (file)
@@ -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);