diff src/dumpblocks.c @ 77:87216aefc6df

spelling fixup
author Carl Byington <carl@five-ten-sg.com>
date Sat, 07 Jun 2008 15:53:08 -0700
parents 3cb02cb1e6cd
children 3ec5ad97e926
line wrap: on
line diff
--- a/src/dumpblocks.c	Tue Jun 03 12:07:47 2008 -0700
+++ b/src/dumpblocks.c	Sat Jun 07 15:53:08 2008 -0700
@@ -28,7 +28,7 @@
         file = argv[optind];
     } else {
         printf("Usage: dumpblocks [options] pstfile\n");
-        printf("\tcopies the datablocks from the pst file into seperate files\n");
+        printf("\tcopies the datablocks from the pst file into separate files\n");
         printf("Options: \n");
         printf("\t-o target\tSpecify the output directory\n");
         exit(1);