From 3d118b9fc7794a6efc0a16d5f2a79ed228232bbe Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 03 Feb 2007 13:37:51 +0000 Subject: Fix typo in function name. 2007-02-03 Carlos Garcia Campos * libdocument/ev-document.h: Fix typo in function name. svn path=/trunk/; revision=2289 --- (limited to 'libdocument/ev-document.h') diff --git a/libdocument/ev-document.h b/libdocument/ev-document.h index 828ca25..33b7f4d 100644 --- a/libdocument/ev-document.h +++ b/libdocument/ev-document.h @@ -104,7 +104,7 @@ void ev_document_doc_mutex_lock (void); void ev_document_doc_mutex_unlock (void); /* FontConfig mutex */ -GMutex *ev_document_fc_doc_mutex (void); +GMutex *ev_document_get_fc_mutex (void); void ev_document_fc_mutex_lock (void); void ev_document_fc_mutex_unlock (void); -- cgit v0.9.1