[SCM] ardour/master: Fixed spelling errors
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Thu Sep 10 21:38:33 UTC 2015
The following commit has been merged in the master branch:
commit 27f61b16f2f1cebe4485d4970744eb708f4db03b
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Thu Sep 10 23:22:52 2015 +0200
Fixed spelling errors
diff --git a/debian/patches/series b/debian/patches/series
index c8a0a54..be88116 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
waf.patch
wscript.patch
log-stdout.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..1c4e39b
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,90 @@
+Description: Fix spelling errors
+Author: IOhannes m zmölnig
+Forwarded: no
+Last-Update: 2015-09-10
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- ardour.orig/libs/ardour/ardour/export_formats.h
++++ ardour/libs/ardour/ardour/export_formats.h
+@@ -54,13 +54,13 @@
+ bool has_sample_format ();
+ bool sample_format_is_compatible (SampleFormat format) const;
+
+- /* If the format has a specific sample format, this function should be overriden
++ /* If the format has a specific sample format, this function should be overridden
+ * if the format has a selectable sample format, do not override this!
+ */
+
+ virtual SampleFormat get_explicit_sample_format () const { return SF_None; }
+
+- /* If the above is not overriden, this one should be */
++ /* If the above is not overridden, this one should be */
+
+ virtual ExportFormat::SampleFormat default_sample_format () const { return SF_None; }
+
+--- ardour.orig/libs/ardour/plugin_insert.cc
++++ ardour/libs/ardour/plugin_insert.cc
+@@ -523,7 +523,7 @@
+ if (ac) {
+ ac->set_value(val);
+ } else {
+- warning << "set_parameter called for nonexistant parameter "
++ warning << "set_parameter called for nonexistent parameter "
+ << EventTypeMap::instance().to_symbol(param) << endmsg;
+ }
+
+--- ardour.orig/libs/ardouralsautil/request_device.c
++++ ardour/libs/ardouralsautil/request_device.c
+@@ -86,7 +86,7 @@
+ \n\
+ " ARD_PROG_NAME " by default announces itself as \"" ARD_APPL_NAME "\"\n\
+ and uses the maximum possible priority for requesting the device.\n\
+-These settings can be overriden using the -n and -p options respectively.\n\
++These settings can be overridden using the -n and -p options respectively.\n\
+ \n\
+ If a PID is given the tool will watch the process and if that is not running\n\
+ release the device and exit. Otherwise " ARD_PROG_NAME " runs until\n\
+--- ardour.orig/libs/audiographer/audiographer/sink.h
++++ ardour/libs/audiographer/audiographer/sink.h
+@@ -27,7 +27,7 @@
+ /** Process given data
+ * Data may be modified, so in place processing is allowed.
+ * The default implementation calls the non-modifying version,
+- * so this function does not need to be overriden.
++ * so this function does not need to be overridden.
+ * However, if the sink can do in-place processing,
+ * overriding this is highly recommended.
+ *
+--- ardour.orig/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.cpp
++++ ardour/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRAudioDeviceManager.cpp
+@@ -213,7 +213,7 @@
+ //
+ //! Device's block size we use for holding the audio samples.
+ //! Usually this is equal to the buffer size, but in some cases the buffer size holds additional
+-//! data other then the audio buffers, like frames info in SG, so it can be overriden
++//! data other then the audio buffers, like frames info in SG, so it can be overridden
+ //!
+ //! \param none
+ //!
+--- ardour.orig/libs/canvas/canvas/container.h
++++ ardour/libs/canvas/canvas/container.h
+@@ -45,7 +45,7 @@
+
+ /** The compute_bounding_box() method is likely to be identical
+ * in all containers (the union of the children's bounding boxes).
+- * It can be overriden as necessary.
++ * It can be overridden as necessary.
+ */
+ void compute_bounding_box () const;
+
+--- ardour.orig/tools/bug_tool/ClientCookie/_ClientCookie.py
++++ ardour/tools/bug_tool/ClientCookie/_ClientCookie.py
+@@ -534,7 +534,7 @@
+ Both RFC 2965 and Netscape cookies are covered.
+
+ The easiest way to provide your own policy is to override this class and
+- call its methods in your overriden implementations before adding your own
++ call its methods in your overridden implementations before adding your own
+ additional checks.
+
+ import ClientCookie
--
ardour Debian packaging
More information about the pkg-multimedia-commits
mailing list