diff options
author | orbitcowboy <ettl.martin78@gmail.com> | 2015-03-25 14:14:12 (GMT) |
---|---|---|
committer | orbitcowboy <ettl.martin78@gmail.com> | 2015-03-25 14:14:12 (GMT) |
commit | b82320a6f57519443c46e5e3044fef97b1f8f618 (patch) | |
tree | b5573735ec53d07e30bbc295ecb6df942d976d57 /testing/049_snippet.cpp | |
parent | 15b93a26e99289cf0ac929e8a8fd64224f808460 (diff) | |
download | Doxygen-b82320a6f57519443c46e5e3044fef97b1f8f618.zip Doxygen-b82320a6f57519443c46e5e3044fef97b1f8f618.tar.gz Doxygen-b82320a6f57519443c46e5e3044fef97b1f8f618.tar.bz2 |
Fixed typos in comments.
Diffstat (limited to 'testing/049_snippet.cpp')
-rw-r--r-- | testing/049_snippet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/049_snippet.cpp b/testing/049_snippet.cpp index 2749a62..614a43c 100644 --- a/testing/049_snippet.cpp +++ b/testing/049_snippet.cpp @@ -3,7 +3,7 @@ // config: EXAMPLE_PATH = . /** \mainpage - * A bubble sort algoritm + * A bubble sort algorithm * First get the inputs * \snippet snippet_test.cpp input * Then do the bubbling |