summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2013-04-12 21:48:10 +0000
committerJason Parker <jparker@digium.com>2013-04-12 21:48:10 +0000
commitab6c0e74f1675ea40bcd115fcc7983a0504ec7e0 (patch)
treef43dd404d942185c43421381192ef9d4dfbf2126 /include
parent7f885dc31d01a3da0bbe785f30afad31cece10d7 (diff)
Fix documentation.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@385548 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/sorcery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/sorcery.h b/include/asterisk/sorcery.h
index af43393c5..e390b43cf 100644
--- a/include/asterisk/sorcery.h
+++ b/include/asterisk/sorcery.h
@@ -44,7 +44,7 @@
* override configured mappings. They are only used in the case where no configured mapping exists.
*
* Configuring object mappings implicitly creates a basic version of an object type. The object type
- * must be fully registered, however, using the \ref ast_sorcery_object_type_register API call before any
+ * must be fully registered, however, using the \ref ast_sorcery_object_register API call before any
* objects of the type can be allocated, created, or retrieved.
*
* Once the object type itself has been fully registered the individual fields within the object must