PyDoc_STRVAR(obj_set_parameter_doc,
"set_parameter(str, str, str) -> None\n"
-"Set a configuration parmeter. Specify service name, parameter name,\n"
+"Set a configuration parameter. Specify service name, parameter name,\n"
"and parameter value.\n");
PyDoc_STRVAR(obj_set_global_parameter_doc,
"set_global_parameter(str, str) -> None\n"
-"Set a global configuration parmeter. Specify the parameter name\n"
+"Set a global configuration parameter. Specify the parameter name\n"
"and parameter value.\n");
PyDoc_STRVAR(obj_delete_share_doc,
* @brief Set a global configuration parameter to the value provided.
*
* This adds a paramet in the [global] service. It also creates [global] if it
- * does't exist.
+ * doesn't exist.
*
* @param[in] ctx The smbconf context to use.
*
/**
* @brief Get the value of a global configuration parameter as a string.
*
- * It also creates [global] if it does't exist.
+ * It also creates [global] if it doesn't exist.
*
* @param[in] ctx The smbconf context to use.
*
/**
* @brief Delete a global parameter from the configuration.
*
- * It also creates [global] if it does't exist.
+ * It also creates [global] if it doesn't exist.
*
* @param[in] ctx The smbconf context to use.
*