diff options
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/prefs.h')
-rw-r--r-- | gnuradio-runtime/include/gnuradio/prefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/include/gnuradio/prefs.h b/gnuradio-runtime/include/gnuradio/prefs.h index 287f86cc7..ccb4db1e2 100644 --- a/gnuradio-runtime/include/gnuradio/prefs.h +++ b/gnuradio-runtime/include/gnuradio/prefs.h @@ -39,7 +39,7 @@ namespace gr { * \brief Base class for representing user preferences a la windows INI files. * \ingroup misc * - * The real implementation is in Python, and is accessable from C++ + * The real implementation is in Python, and is accessible from C++ * via the magic of SWIG directors. */ class GR_RUNTIME_API prefs |