Skip to content

Commit 7088253

Browse files
cmcainetimss
authored andcommitted
Fix typo in statusline.js/StatusField (#708)
1 parent 441c57e commit 7088253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/content/statusline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const StatusField = Class("StatusField", {
4545
*/
4646
get position () {
4747
if (this.node.hasAttribute("liberatorPosition"))
48-
return parseInt(this.node.getAttribute("libeatorPosition"), 10);
48+
return parseInt(this.node.getAttribute("liberatorPosition"), 10);
4949

5050
this.node.setAttribute("liberatorPosition", -1);
5151
return -1;

0 commit comments

Comments
 (0)