This commit is contained in:
Dave Brosius 2013-05-21 20:51:04 -04:00
parent 9879fa6122
commit 93cfbc1871
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ public class SSTableExport
Descriptor descriptor = Descriptor.fromFilename(ssTableFileName);
if (Schema.instance.getCFMetaData(descriptor) == null)
{
System.err.println(String.format("The provided column family is not part of this cassandra database: keysapce = %s, column family = %s",
System.err.println(String.format("The provided column family is not part of this cassandra database: keyspace = %s, column family = %s",
descriptor.ksname, descriptor.cfname));
System.exit(1);
}