]> git.cworth.org Git - notmuch/blobdiff - test/random-corpus.c
Fix typos
[notmuch] / test / random-corpus.c
index 9272afda8bedab235293a870ed9de794943e6dc0..ff4132520982f5ddb9b82d476983488cef83c1f6 100644 (file)
@@ -50,7 +50,7 @@ typedef struct {
 
 /*
  *  Choose about half ascii as test characters, as ascii
- *  punctation and whitespace is the main cause of problems for
+ *  punctuation and whitespace is the main cause of problems for
  *  the (old) restore parser.
  *
  *  We then favour code points with 2 byte encodings. Note that
@@ -116,7 +116,7 @@ random_utf8_string (void *ctx, size_t char_count)
 
 /* stubs since we cannot link with notmuch.o */
 const notmuch_opt_desc_t notmuch_shared_options[] = {
-       { }
+    { }
 };
 
 const char *notmuch_requested_db_uuid = NULL;