Skip to content

Commit

Permalink
Typo: import -> imported
Browse files Browse the repository at this point in the history
  • Loading branch information
stephankramer committed Aug 17, 2020
1 parent fb1db3a commit 6cb03b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -6356,8 +6356,8 @@ See \`config.log' for more details" "$LINENO" 5; }
if test $? -eq 0;
then
HAVE_ASSESS=yes
{ $as_echo "$as_me:${as_lineno-$LINENO}: Successfully import assess python module" >&5
$as_echo "$as_me: Successfully import assess python module" >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: Successfully imported assess python module" >&5
$as_echo "$as_me: Successfully imported assess python module" >&6;}
else
HAVE_ASSESS=no
{ $as_echo "$as_me:${as_lineno-$LINENO}: Failed to import (optional) python module assess" >&5
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ then
if test $? -eq 0;
then
HAVE_ASSESS=yes
AC_MSG_NOTICE([Successfully import assess python module])
AC_MSG_NOTICE([Successfully imported assess python module])
else
HAVE_ASSESS=no
AC_MSG_NOTICE([Failed to import (optional) python module assess])
Expand Down

0 comments on commit 6cb03b0

Please sign in to comment.