summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2015-04-24 00:11:47 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2015-04-24 00:11:47 -0700
commitb21b44b214e9f4728665fcfd13da6e43ee93069a (patch)
tree0cd354db6f6df7dd163410feebc9ab2388097b5a
parent843b15fc3c3be5effef78fe6b5abaa11788f0908 (diff)
Fix "editting" typo in comment
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xrdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdb.c b/xrdb.c
index e293127..a980230 100644
--- a/xrdb.c
+++ b/xrdb.c
@@ -84,7 +84,7 @@
#define OPMERGE 5
#define OPOVERRIDE 6
-#define BACKUP_SUFFIX ".bak" /* for editting */
+#define BACKUP_SUFFIX ".bak" /* for editing */
typedef struct _Entry {
char *tag, *value;