Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed May 23, 2020
1 parent a74900b commit 6c30db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookmark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jumpdrive.write_to_book = function(pos, sender)

data.owner = sender:get_player_name()
data.title = "Jumpdrive coordinates"
data.description = "Jumpdrive coordiates"
data.description = "Jumpdrive coordinates"
data.text = minetest.serialize(jumpdrive.get_meta_pos(pos))
data.page = 1
data.page_max = 1
Expand Down

0 comments on commit 6c30db2

Please sign in to comment.