]> git.sur5r.net Git - bacula/bacula/commitdiff
my => may
authorThomas Glatthor <Thomas.Glatthor@ic3s.de>
Tue, 29 Jan 2008 21:18:56 +0000 (21:18 +0000)
committerThomas Glatthor <Thomas.Glatthor@ic3s.de>
Tue, 29 Jan 2008 21:18:56 +0000 (21:18 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6338 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/autochanger.c

index 1d9cad0eba5c89b1ef0b4e12f2cf23d535c11771..d04171d28ab2e6cd5fd49e2c8d1ba6714bbfb1fd 100644 (file)
@@ -147,7 +147,7 @@ int autoload_device(DCR *dcr, int writing, BSOCK *dir)
    changer = get_pool_memory(PM_FNAME);
    if (slot <= 0) {
       Jmsg(jcr, M_INFO, 0, _("Invalid slot=%d defined in catalog for Volume \"%s\" "
-           "on %s. Manual load my be required.\n"), slot, dcr->VolCatInfo.VolCatName,
+           "on %s. Manual load may be required.\n"), slot, dcr->VolCatInfo.VolCatName,
            dev->print_name());
       rtn_stat = 0;
    } else if (!dcr->device->changer_name) {