trivial: commit: Fix docstring typos
This commit is contained in:
parent
78726244a0
commit
62c2a204c9
|
|
@ -875,7 +875,7 @@ ensure_txn_refs (OstreeRepo *self)
|
||||||
* @refspec: The refspec to write
|
* @refspec: The refspec to write
|
||||||
* @checksum: The checksum to point it to
|
* @checksum: The checksum to point it to
|
||||||
*
|
*
|
||||||
* Like ostree_repo_transaction_set__ref(), but takes concatenated
|
* Like ostree_repo_transaction_set_ref(), but takes concatenated
|
||||||
* @refspec format as input instead of separate remote and name
|
* @refspec format as input instead of separate remote and name
|
||||||
* arguments.
|
* arguments.
|
||||||
*/
|
*/
|
||||||
|
|
@ -933,7 +933,7 @@ ostree_repo_transaction_set_ref (OstreeRepo *self,
|
||||||
/**
|
/**
|
||||||
* ostree_repo_commit_transaction:
|
* ostree_repo_commit_transaction:
|
||||||
* @self: An #OstreeRepo
|
* @self: An #OstreeRepo
|
||||||
* @out_stats: (allow-none) (out): A set of statisitics of things
|
* @out_stats: (allow-none) (out): A set of statistics of things
|
||||||
* that happened during this transaction.
|
* that happened during this transaction.
|
||||||
* @cancellable: Cancellable
|
* @cancellable: Cancellable
|
||||||
* @error: Error
|
* @error: Error
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue