]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak fix typo in comment
authorKern Sibbald <kern@sibbald.com>
Sat, 3 Jun 2017 18:22:37 +0000 (20:22 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 3 Jun 2017 18:22:42 +0000 (20:22 +0200)
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);