Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Jun 26, 2017
1 parent 7322a3e commit 7d3acca
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View
import android.view.View;
import android.widget.CheckBox;
import android.widget.CompoundButton;
import android.widget.EditText;
Expand All @@ -34,7 +34,6 @@
import android.widget.Spinner;
import android.widget.Toast;

import org.w3c.dom.Text

import info.guardianproject.netcipher.proxy.OrbotHelper;
import info.guardianproject.phoneypot.service.WebServer;
Expand Down Expand Up @@ -72,7 +71,7 @@ public void onCreate(Bundle savedInstanceState) {


final EditText phoneNumber = (EditText)
this.findViewByd(R.id.phone_number);
this.findViewById(R.id.phone_number);

final EditText remoteAccessOnion = (EditText)
this.findViewById(R.id.remote_access_onion);
Expand Down

0 comments on commit 7d3acca

Please sign in to comment.