Skip to content

Commit

Permalink
Fix spelling error from depreciated to .deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
allevin committed Jan 30, 2020
1 parent a7ea004 commit 1a2a66e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ for e in $dist_element_libraries
do
echo "$active_element_libraries" | grep "$e" >/dev/null
if test $? -eq 0 ; then
if test -e "./src/sst/elements/$e/.depreciated" ; then
msg="YES - DEPRECIATED"
if test -e "./src/sst/elements/$e/.deprecated" ; then
msg="YES - DEPRECATED"
else
msg="YES"
fi
Expand Down
File renamed without changes.

0 comments on commit 1a2a66e

Please sign in to comment.