Skip to content

Commit

Permalink
Fix typo in LogEvent.kt (#1244)
Browse files Browse the repository at this point in the history
Mahcine -> Machine
  • Loading branch information
ianchb authored Jan 3, 2024
1 parent 3d9ca63 commit eb3f604
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fun getBugreportFile(context: Context): File {
val uname = Os.uname()
pw.println("KernelRelease: ${uname.release}")
pw.println("KernelVersion: ${uname.version}")
pw.println("Mahcine: ${uname.machine}")
pw.println("Machine: ${uname.machine}")
pw.println("Nodename: ${uname.nodename}")
pw.println("Sysname: ${uname.sysname}")

Expand Down

0 comments on commit eb3f604

Please sign in to comment.