Yuri Chornoivan contributed some typo fixes
[pspp] / src / data / session.c
index ae37c76b945c8ae9c69288313f69db41d5b24c15..90922f3b244e455b6b88b401b5bcf42ad549b8b4 100644 (file)
@@ -178,7 +178,7 @@ session_get_dataset_by_seqno (const struct session *s, unsigned int seqno)
   return NULL;
 }
 
-/* Returns an identifier that is is not currently in use as a dataset name.
+/* Returns an identifier that is not currently in use as a dataset name.
    The caller must free the returned identifier, with free(). */
 char *
 session_generate_dataset_name (struct session *s)