]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/bextract.c
Apply Joao's patch to SQLite tables to make chars work.
[bacula/bacula] / bacula / src / stored / bextract.c
index 72257d2624a7818389b5facf0be94704cfc5b772..c3a86d15805686eb5b2f83a68173531664981c1a 100644 (file)
@@ -482,7 +482,7 @@ static bool record_cb(DCR *dcr, DEV_RECORD *rec)
       break;
 
    default:
-      /* If extracting, wierd stream (not 1 or 2), close output file anyway */
+      /* If extracting, weird stream (not 1 or 2), close output file anyway */
       if (extract) {
          if (!is_bopen(&bfd)) {
             Emsg0(M_ERROR, 0, _("Logic error output file should be open but is not.\n"));