summaryrefslogtreecommitdiff
path: root/src/lib/writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/writer.h')
-rw-r--r--src/lib/writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h
index 14b21f359..2a78637e5 100644
--- a/src/lib/writer.h
+++ b/src/lib/writer.h
@@ -82,7 +82,7 @@ bool operator== (QueueItem const & a, QueueItem const & b);
* or AudioBuffers objects (containing image or sound data respectively)
* and writes them to the assets.
*
- * ::write() for Data (picture) can be called out of order, and the Writer
+ * write() for Data (picture) can be called out of order, and the Writer
* will sort it out. write() for AudioBuffers must be called in order.
*/