Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-09-28 10:45:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-28 10:45:20 +0400
commit589ada7f0c8974a2b5d3f44dfdea860a160aafc1 (patch)
tree6c9ebb015c43383be8b1ee99156e2d751c7031fa /intern/audaspace
parentd732e05740088165001f92b1c65b4fa70dc20f29 (diff)
code cleanup: correct spelling
Diffstat (limited to 'intern/audaspace')
-rw-r--r--intern/audaspace/fftw/AUD_BandPassFactory.h2
-rw-r--r--intern/audaspace/intern/AUD_PyInit.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/intern/audaspace/fftw/AUD_BandPassFactory.h b/intern/audaspace/fftw/AUD_BandPassFactory.h
index 75de071403f..90b090dce16 100644
--- a/intern/audaspace/fftw/AUD_BandPassFactory.h
+++ b/intern/audaspace/fftw/AUD_BandPassFactory.h
@@ -84,7 +84,7 @@ public:
* Sets the highest passed frequency.
* \param high The highest passed frequency.
*/
- void setHigh(float hight);
+ void setHigh(float high);
virtual AUD_IReader* createReader();
};
diff --git a/intern/audaspace/intern/AUD_PyInit.h b/intern/audaspace/intern/AUD_PyInit.h
index 95a60cd57bb..d8b6e2f3519 100644
--- a/intern/audaspace/intern/AUD_PyInit.h
+++ b/intern/audaspace/intern/AUD_PyInit.h
@@ -38,7 +38,7 @@ extern "C" {
#endif
/**
- * Initalizes the Python module.
+ * Initializes the Python module.
*/
extern PyObject *AUD_initPython(void);