]> arthur.barton.de Git - netatalk.git/commitdiff
abbreviation should not be used
authorHAT <hat@fa2.so-net.ne.jp>
Thu, 22 Mar 2012 12:03:51 +0000 (21:03 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Thu, 22 Mar 2012 12:03:51 +0000 (21:03 +0900)
libatalk/util/netatalk_conf.c

index e96c2547908374b5e8ca5731145b18700c38a711..b5a60dac29a10fbd52b4e688dc11cda6e4c670b8 100644 (file)
@@ -138,7 +138,7 @@ static char *get_vol_uuid(const AFPObj *obj, const char *volname)
     if(ftell(fp) == 0) {                     /* size = 0 */
         fprintf(fp, "# DON'T TOUCH NOR COPY THOUGHTLESSLY!\n");
         fprintf(fp, "# This file is auto-generated by afpd\n");
-        fprintf(fp, "# and stores UUIDs for TM volumes.\n\n");
+        fprintf(fp, "# and stores UUIDs for Time Machine volumes.\n\n");
     } else {
         fseek(fp, -1L, SEEK_END);
         if(fgetc(fp) != '\n') fputc('\n', fp); /* last char is \n? */