Skip to content

Commit 1b5f74e

Browse files
committed
Correct a typo in a comment
1 parent feefc5c commit 1b5f74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modulemd/modulemd-yaml-util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ string_is_empty_or_a_number (const gchar *string)
388388
if (fractional && (*character == 'e' || *character == 'E'))
389389
{
390390
if (exponent)
391-
return FALSE; /* multiple franctional exponent */
391+
return FALSE; /* multiple franctional exponents */
392392
else
393393
{
394394
exponent = 1;

0 commit comments

Comments
 (0)