txlyre 1 năm trước cách đây
mục cha
commit
543115e11a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      langs/asm/run.sh

+ 1 - 1
langs/asm/run.sh

@@ -1,6 +1,6 @@
 IN="$(mktemp --suffix .s)"
 OUT="$(mktemp)"
-TEMP="$(mktemo --suffix .o)"
+TEMP="$(mktemp --suffix .o)"
 
 cat > "$IN"