Skip to content

Commit 1227a94

Browse files
committed
typo fix
1 parent 24204b7 commit 1227a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screens/dojo_configure.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class _DojoConfigureScreenState extends State<DojoConfigureScreen> {
166166
_progressKey.currentState.updateText("Tor Connected");
167167
} else {
168168
_progressKey.currentState.updateProgress(30);
169-
_progressKey.currentState.updateText("Intilaizing Tor");
169+
_progressKey.currentState.updateText("Initializing Tor");
170170
await NetworkChannel().startAndWaitForTor();
171171
_progressKey.currentState.updateText("Tor Connected");
172172
}

0 commit comments

Comments
 (0)