summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2011-08-20 18:48:27 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2011-08-20 18:49:20 +0100
commitc67b9e9dac971d4e9ec23901f15d5fff39d85ad6 (patch)
treec5676140ca08ce15b6eaea9f202bedba31d169dc
parenta62cc92cab588ed89aeb771929f7a227e8518d74 (diff)
downloadlibgdata-c67b9e9dac971d4e9ec23901f15d5fff39d85ad6.tar.gz
tests: Fix “unmatched quotes” warning from intltool-update
Silly intltool.
-rw-r--r--gdata/tests/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/tests/common.h b/gdata/tests/common.h
index da3406f9..9b55db7b 100644
--- a/gdata/tests/common.h
+++ b/gdata/tests/common.h
@@ -224,7 +224,7 @@ test_##TEST_NAME##_async_cancellation (GDataAsyncTestData *async_data, gconstpoi
\
/* Starting with a short timeout, repeatedly run the async. operation, cancelling it after the timeout and increasing the timeout until
* the operation succeeds for the first time. We then finish the test. This guarantees that if, for example, the test creates an entry on
- * the server, it only ever creates one; because the test only ever succeeds once. (Of course, this assumes that the server doesn't change
+ * the server, it only ever creates one; because the test only ever succeeds once. (Of course, this assumes that the server does not change
* state if we cancel the operation, which is a fairly optimistic assumption. Sigh.) */ \
do { \
GCancellable *cancellable = async_data->cancellable; \