Skip to content

Commit

Permalink
Update JigsawHistoryActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
julesbond007 committed May 12, 2016
1 parent c15d6f8 commit faa97a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class JigsawHistoryActivity extends BaseJigsawActivity {

@Override
public void onCreate(Bundle savedInstanceState) {
Log.d(TAG, "Staring jigsaw history activity...");
Log.d(TAG, "Starting jigsaw history activity...");
super.onCreate(savedInstanceState);
init();
}
Expand Down Expand Up @@ -100,4 +100,4 @@ public void onItemClick(AdapterView<?> arg0, View arg1,
}
};
}
}
}

0 comments on commit faa97a6

Please sign in to comment.