Skip to content

Commit eff3acb

Browse files
cibgoglin
authored andcommitted
contrib/android: fix a typo in the website link box
Not sure it actually ever broke something but recent Android Studio don't like it anymore. Signed-off-by: Brice Goglin <[email protected]>
1 parent b760c89 commit eff3acb

File tree

1 file changed

+1
-1
lines changed
  • contrib/android/AndroidApp/lstopo/src/main/res/layout

1 file changed

+1
-1
lines changed

contrib/android/AndroidApp/lstopo/src/main/res/layout/about.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
android:layout_width="wrap_content"
2424
android:layout_height="wrap_content"/>
2525
<TextView
26-
android:id="@+id/open-mpi"
26+
android:id="@+id/open_mpi"
2727
android:layout_width="wrap_content"
2828
android:layout_height="wrap_content"/>
2929
<TextView

0 commit comments

Comments
 (0)