Skip to content

Commit

Permalink
Fix typo in infrastructure bean filter
Browse files Browse the repository at this point in the history
  • Loading branch information
leods committed Apr 24, 2012
1 parent e8acc24 commit 82303f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
<filterExpression>
<and>
<instanceof value="org.springframework.ide.eclipse.beans.core.model.IBean"/>
<test property="org.springframework.ide.eclipse.beans.core.model.isInfrastructureBean"/>
<test property="org.springframework.ide.eclipse.beans.core.model.isInfrstructureBean"/>
</and>
</filterExpression>
</commonFilter>
Expand Down

0 comments on commit 82303f8

Please sign in to comment.