From 16a5bbd86d12644c1a613e61e990f76b16a567f0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 30 Nov 2010 07:23:53 +0000 Subject: [PATCH] Typo fix. --- src/sst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sst.py b/src/sst.py index 9397ce8..caf6b6e 100644 --- a/src/sst.py +++ b/src/sst.py @@ -9,7 +9,7 @@ and Paul Reynolds, with modifications by Don Smith, Tom Almy, Stas Sergeev, and Eric S. Raymond. See the doc/HACKING file in the distribution for designers notes and advice -ion how to modify (and how not to modify!) this code. +on how to modify (and how not to modify!) this code. """ import os, sys, math, curses, time, readline, cPickle, random, copy, gettext, getpass -- 2.31.1