We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feefc5c commit 1b5f74eCopy full SHA for 1b5f74e
modulemd/modulemd-yaml-util.c
@@ -388,7 +388,7 @@ string_is_empty_or_a_number (const gchar *string)
388
if (fractional && (*character == 'e' || *character == 'E'))
389
{
390
if (exponent)
391
- return FALSE; /* multiple franctional exponent */
+ return FALSE; /* multiple franctional exponents */
392
else
393
394
exponent = 1;
0 commit comments