Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modulemd/include/modulemd-2.0/modulemd-module-stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ G_BEGIN_DECLS
/**
* MMD_MAXCONTEXTLEN:
*
* The ModuleStream v3 specification defines the maximum lenth of the context
* The ModuleStream v3 specification defines the maximum length of the context
* field.
*
* Since: 2.10
Expand Down
2 changes: 1 addition & 1 deletion modulemd/include/modulemd-2.0/modulemd-module.h
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ modulemd_module_get_obsoletes (ModulemdModule *self);
* @context: (in) (nullable): The stream context to look up obsoletes for.
*
* Returns: (transfer none): The newest active obsoletes attached to this module with
* specified stream and context (when eol_date is not set or it already occured
* specified stream and context (when eol_date is not set or it already occurred
* the obsoletes is active). If no context is passed it matches obsoletes without context.
*
* Since: 2.10
Expand Down
4 changes: 2 additions & 2 deletions modulemd/include/modulemd-2.0/modulemd-obsoletes.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ modulemd_obsoletes_get_modified (ModulemdObsoletes *self);
* @self: (in): This #ModulemdObsoletes object.
*
* Returns: If this #ModulemdObsoletes object has eol_date set and the
* date has not occured yet it returns false otherwise it returns true.
* (When eol_date is not set or it already occured the obsoletes is active.)
* date has not occurred yet it returns false otherwise it returns true.
* (When eol_date is not set or it already occurred the obsoletes is active.)
*
* Since: 2.10
*/
Expand Down
2 changes: 1 addition & 1 deletion modulemd/modulemd-module-index.c
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ modulemd_module_index_merge (ModulemdModuleIndex *from,

if (obsoletes)
{
/* Add obsoletes, overriding if we enounter one with
/* Add obsoletes, overriding if we encounter one with
* identical module, stream, context and modified time.
*/
if (!modulemd_module_index_add_obsoletes (
Expand Down
Loading