diff options
| author | Corentin Noël <corentin@elementary.io> | 2017-08-01 07:28:02 +0200 |
|---|---|---|
| committer | Milan Crha <mcrha@redhat.com> | 2017-08-01 07:28:02 +0200 |
| commit | 9b4f532a550e7a63bfe89981bb042298282550f0 (patch) | |
| tree | 883e221563225dbfe0b40d25605ee02e8c6a9b82 /tests/test-server-utils/e-test-server-utils.h | |
| parent | 9b5039e9d2593268c068df879a30a0f65be4b679 (diff) | |
| download | evolution-data-server-9b4f532a550e7a63bfe89981bb042298282550f0.tar.gz | |
Bug 785647 - Fix some warnings within the documentation
Diffstat (limited to 'tests/test-server-utils/e-test-server-utils.h')
| -rw-r--r-- | tests/test-server-utils/e-test-server-utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-server-utils/e-test-server-utils.h b/tests/test-server-utils/e-test-server-utils.h index c73c8d5ed..41f0e5482 100644 --- a/tests/test-server-utils/e-test-server-utils.h +++ b/tests/test-server-utils/e-test-server-utils.h @@ -58,8 +58,8 @@ typedef void (* ETestSourceCustomizeFunc) (ESource *scratch, /** * ETestServiceType: * @E_TEST_SERVER_NONE: Only the #ESourceRegistry will be created - * @E_TEST_SERVER_ADDRESS_BOOK: An #EBookCLient will be created and opened for the test - * @E_TEST_SERVER_DIRECT_ADDRESS_BOOK: An #EBookCLient in direct read access mode will be created and opened for the test + * @E_TEST_SERVER_ADDRESS_BOOK: An #EBookClient will be created and opened for the test + * @E_TEST_SERVER_DIRECT_ADDRESS_BOOK: An #EBookClient in direct read access mode will be created and opened for the test * @E_TEST_SERVER_CALENDAR: An #ECalClient will be created and opened for the test * @E_TEST_SERVER_DEPRECATED_ADDRESS_BOOK: An #EBook will be created and opened for the test * @E_TEST_SERVER_DEPRECATED_CALENDAR: An #ECal will be created and opened for the test |
