summaryrefslogtreecommitdiff
path: root/binaryurp/source/writer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/writer.cxx')
-rw-r--r--binaryurp/source/writer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/writer.cxx b/binaryurp/source/writer.cxx
index 46198b96a56a..5ecdaf95b329 100644
--- a/binaryurp/source/writer.cxx
+++ b/binaryurp/source/writer.cxx
@@ -117,7 +117,7 @@ void Writer::queueReply(
void Writer::unblock() {
// Assumes that osl::Condition::set works as a memory barrier, so that
- // changes made by preceeding sendDirectRequest/Reply calls are visible to
+ // changes made by preceding sendDirectRequest/Reply calls are visible to
// subsequent sendRequest/Reply calls:
unblocked_.set();
}
8gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-08-13tweak old-school gstreamer link lineMichael Meeks 2012-08-10make avmedia build with gstreamer-0.10David Tardon