Skip to content

Commit

Permalink
typo was preventing the right description
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlucaborello committed Apr 30, 2014
1 parent 7327a46 commit 2758fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libsinsp/chisel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ void sinsp_chisel::get_chisel_list(vector<chisel_desc>* chisel_descs)
}

for(vector<chisel_desc>::const_iterator it_desc = chisel_descs->begin();
it_desc != chisel_descs->end(); ++it)
it_desc != chisel_descs->end(); ++it_desc)
{
if(fn.name == it_desc->m_name)
{
Expand Down

0 comments on commit 2758fde

Please sign in to comment.