]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo
authorKern Sibbald <kern@sibbald.com>
Sat, 25 Jul 2009 13:31:40 +0000 (15:31 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 8 Aug 2009 20:28:16 +0000 (22:28 +0200)
bacula/src/stored/append.c

index df97cc9df011ce6abe7499458e8838d2652dc1a3..a458d4111ec5db847b8baeb1cd1658ab82507ea4 100644 (file)
@@ -148,7 +148,7 @@ bool do_append_data(JCR *jcr)
        *  The stream header consists of the following:
        *    file_index (sequential Bacula file index, base 1)
        *    stream     (Bacula number to distinguish parts of data)
-       *    info       (Info for Storage daemon -- compressed, encryped, ...)
+       *    info       (Info for Storage daemon -- compressed, encrypted, ...)
        *       info is not currently used, so is read, but ignored!
        */
      if ((n=bget_msg(ds)) <= 0) {