diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2014-01-03 01:52:36 +0100 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2014-01-03 01:52:36 +0100 |
commit | 7125d41a6703e1bb3e4ae012c8ce04a8bad30de8 (patch) | |
tree | 5d996dd0aedb249f0ec09b4e36bd9b3ddd225119 /src | |
parent | 1e7446e22af32d48f8db1d3e0fc067ef724282fa (diff) | |
download | ratpoison-7125d41a6703e1bb3e4ae012c8ce04a8bad30de8.zip |
Typo in comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ xvsprintf (char *fmt, va_list ap) char *buffer; va_list ap_copy; - /* A resonable starting value. */ + /* A reasonable starting value. */ size = strlen (fmt) + 1; buffer = (char *)xmalloc (size); |