summaryrefslogtreecommitdiff
path: root/gdata/tests/picasaweb.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/tests/picasaweb.c')
-rw-r--r--gdata/tests/picasaweb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/tests/picasaweb.c b/gdata/tests/picasaweb.c
index 33a85ff8..eecf1b78 100644
--- a/gdata/tests/picasaweb.c
+++ b/gdata/tests/picasaweb.c
@@ -1790,7 +1790,7 @@ test_album_new (void)
g_assert (GDATA_IS_PICASAWEB_ALBUM (album));
/* Check the XML: match it against the regex built above, then check that the timestamp is within 100ms of the current time at the start of
- * the test function. We can't check it exactly, as a few milliseconds may have passed inbetween building the expected XML and building the XML
+ * the test function. We can't check it exactly, as a few milliseconds may have passed between building the expected XML and building the XML
* for the photo. */
xml = gdata_parsable_get_xml (GDATA_PARSABLE (album));
g_assert (g_regex_match (regex, xml, 0, &match_info) == TRUE);