summaryrefslogtreecommitdiff
path: root/res/parking/res_parking.h
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-12-21 08:34:30 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-12-21 08:34:31 -0600
commitd85290ca48c3d95cbf464967b83f06c118dc0010 (patch)
treecb87cbc560d5cff37544754a7becc71239ff5223 /res/parking/res_parking.h
parente94962ce63c4987f9bf36c6380473d2944b10251 (diff)
parent82b6ba976fc679d4079abbe6d4e8ecc17cdc5ce6 (diff)
Merge "Fix Common Typo's." into 13
Diffstat (limited to 'res/parking/res_parking.h')
-rw-r--r--res/parking/res_parking.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/parking/res_parking.h b/res/parking/res_parking.h
index b8be0419b..6fbde0921 100644
--- a/res/parking/res_parking.h
+++ b/res/parking/res_parking.h
@@ -135,7 +135,7 @@ struct parking_lot_cfg *parking_lot_cfg_create(const char *cat);
* \param dynamic non-zero if creating a dynamic parking lot with this. Don't replace existing parking lots. Ever.
*
* \retval A reference to the new parking lot
- * \retval NULL if it was not found and could not be be allocated
+ * \retval NULL if it was not found and could not be allocated
*
* \note The parking lot will need to be unreffed if it ever falls out of scope
* \note The parking lot will automatically be added to the parking lot container if needed as part of this process