diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-25 15:22:24 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-25 15:22:24 -0700 |
commit | f7966440b41b71f56009a78f5d7a7754f83aa04d (patch) | |
tree | e289559022d4f0ae3ef9a0ec39ccedbfa453e0c7 /host | |
parent | 3c6ede3c4104d483f39b3c4d062e9e837a9e2e08 (diff) | |
download | uhd-f7966440b41b71f56009a78f5d7a7754f83aa04d.tar.gz uhd-f7966440b41b71f56009a78f5d7a7754f83aa04d.tar.bz2 uhd-f7966440b41b71f56009a78f5d7a7754f83aa04d.zip |
fix copy/paste typo piroundable
Diffstat (limited to 'host')
-rw-r--r-- | host/examples/ascii_art_dft.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/ascii_art_dft.hpp b/host/examples/ascii_art_dft.hpp index ee2267c2d..92fb77596 100644 --- a/host/examples/ascii_art_dft.hpp +++ b/host/examples/ascii_art_dft.hpp @@ -28,7 +28,7 @@ namespace acsii_art_dft{ ); /*! - * Convert a DFT to a piroundable ascii plot. + * Convert a DFT to a printable ascii plot. * \param dft the log power dft bins * \param width the frame width in characters * \param height the frame height in characters |