about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-10 09:13:59 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-10 09:13:59 -0700
commitc41f17170d0afe08589cbf6e4e5afea903eb3396 (patch)
tree3f98d9097c6532ccd2f15b08b56ab20d8a33f11a
parent350a255134c7d7efb6d6c456c8d50bf15f96f26d (diff)
downloadmu-c41f17170d0afe08589cbf6e4e5afea903eb3396.tar.gz
.
-rw-r--r--browse_slack/convert_slack.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/browse_slack/convert_slack.py b/browse_slack/convert_slack.py
index b09d0df3..9e4bcb00 100644
--- a/browse_slack/convert_slack.py
+++ b/browse_slack/convert_slack.py
@@ -1,4 +1,4 @@
-# Import JSON from a Slack admin export into a disk image Qemu can load.
+# Import JSON from a Slack admin export into a disk image Mu can load.
 #
 # Dependencies: python, netpbm
 #
@@ -20,7 +20,7 @@
 #   cd ../..  # go back to parent of images/
 #   dd if=/dev/zero of=data.img count=201600  # 100MB
 #   python path/to/convert_slack.py |dd of=data.img conv=notrunc
-# Currently this process yields errors for ~300 items (~70 items and their comments)
+# Currently this process yields errors for ~300 items (~70 posts and their comments)
 # on the Future of Software group (https://futureofcoding.org/community). We fail to load those.
 #
 # Notes on input format: