diff options
author | Tom Rondeau | 2012-12-13 18:09:07 -0500 |
---|---|---|
committer | Tom Rondeau | 2012-12-13 18:09:07 -0500 |
commit | e760dbff49cfc9fcbf55a7d472158d448c9bb3de (patch) | |
tree | d5154f51a595a3ebbdf1ccc487fc56cf16055965 /gnuradio-core/src/lib/io | |
parent | ecd62ef7b948d9ab14817a8df205373284362f0e (diff) | |
download | gnuradio-e760dbff49cfc9fcbf55a7d472158d448c9bb3de.tar.gz gnuradio-e760dbff49cfc9fcbf55a7d472158d448c9bb3de.tar.bz2 gnuradio-e760dbff49cfc9fcbf55a7d472158d448c9bb3de.zip |
core: updates metadata parser: don't assume value is a float.
Also fixes an error in Doxygen markup.
Diffstat (limited to 'gnuradio-core/src/lib/io')
-rw-r--r-- | gnuradio-core/src/lib/io/gr_file_meta_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/io/gr_file_meta_source.h b/gnuradio-core/src/lib/io/gr_file_meta_source.h index 46665e415..cb34e11d9 100644 --- a/gnuradio-core/src/lib/io/gr_file_meta_source.h +++ b/gnuradio-core/src/lib/io/gr_file_meta_source.h @@ -64,7 +64,7 @@ class GR_CORE_API gr_file_meta_source : public gr_sync_block * \brief Create a meta-data file source. * * \param filename (string): Name of file to write data to. - * \param repeate (bool): Repeats file when EOF is found. + * \param repeat (bool): Repeats file when EOF is found. * \param detached_header (bool): Set to true if header * info is stored in a separate file (usually named filename.hdr) * \param hdr_filename (string): Name of detached header file if used. |