summaryrefslogtreecommitdiff
path: root/src/cairo-output-stream-private.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-01-28 21:53:44 -0500
committerBehdad Esfahbod <behdad@behdad.org>2008-01-28 21:53:44 -0500
commitb790c5a6bcdd890c16d21753407188ed200ce445 (patch)
tree8ed028e25a02e57e8d855d531c023f5ef77014bf /src/cairo-output-stream-private.h
parentf0633f4449c39a8f78c582790fb5dc85899b5d82 (diff)
downloadcairo-b790c5a6bcdd890c16d21753407188ed200ce445.tar.gz
[doc] Replace 'NOTE' by 'Note' and add it to test
Diffstat (limited to 'src/cairo-output-stream-private.h')
-rw-r--r--src/cairo-output-stream-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-output-stream-private.h b/src/cairo-output-stream-private.h
index 1fc9b8ef3..2ee43de7b 100644
--- a/src/cairo-output-stream-private.h
+++ b/src/cairo-output-stream-private.h
@@ -131,7 +131,7 @@ _cairo_output_stream_get_status (cairo_output_stream_t *stream);
* WRITE_ERROR) while trying to create the output stream this function
* returns a valid pointer to a nil output stream.
*
- * NOTE: Even if a nil surface is returned, the caller should still
+ * Note: Even if a nil surface is returned, the caller should still
* call _cairo_output_stream_destroy (or _cairo_output_stream_close at
* least) in order to ensure that everything is properly cleaned up.
*/