Skip to content

Commit 8b66d6f

Browse files
Peter Pentchevppisar
authored andcommitted
Fix various typos
1 parent 93c9af4 commit 8b66d6f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

modulemd/include/modulemd-2.0/modulemd-module-stream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ G_BEGIN_DECLS
3232
/**
3333
* MMD_MAXCONTEXTLEN:
3434
*
35-
* The ModuleStream v3 specification defines the maximum lenth of the context
35+
* The ModuleStream v3 specification defines the maximum length of the context
3636
* field.
3737
*
3838
* Since: 2.10

modulemd/include/modulemd-2.0/modulemd-module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ modulemd_module_get_obsoletes (ModulemdModule *self);
326326
* @context: (in) (nullable): The stream context to look up obsoletes for.
327327
*
328328
* Returns: (transfer none): The newest active obsoletes attached to this module with
329-
* specified stream and context (when eol_date is not set or it already occured
329+
* specified stream and context (when eol_date is not set or it already occurred
330330
* the obsoletes is active). If no context is passed it matches obsoletes without context.
331331
*
332332
* Since: 2.10

modulemd/include/modulemd-2.0/modulemd-obsoletes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ modulemd_obsoletes_get_modified (ModulemdObsoletes *self);
246246
* @self: (in): This #ModulemdObsoletes object.
247247
*
248248
* Returns: If this #ModulemdObsoletes object has eol_date set and the
249-
* date has not occured yet it returns false otherwise it returns true.
250-
* (When eol_date is not set or it already occured the obsoletes is active.)
249+
* date has not occurred yet it returns false otherwise it returns true.
250+
* (When eol_date is not set or it already occurred the obsoletes is active.)
251251
*
252252
* Since: 2.10
253253
*/

modulemd/modulemd-module-index.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ modulemd_module_index_merge (ModulemdModuleIndex *from,
16181618

16191619
if (obsoletes)
16201620
{
1621-
/* Add obsoletes, overriding if we enounter one with
1621+
/* Add obsoletes, overriding if we encounter one with
16221622
* identical module, stream, context and modified time.
16231623
*/
16241624
if (!modulemd_module_index_add_obsoletes (

0 commit comments

Comments
 (0)