author | Don Pellegrino <don@drexel.edu> | 2010-06-24 17:58:58 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2010-06-24 17:58:58 (GMT) |
commit | 108ceb3e7e1c4f36d8d33e774c31cd5420c4cc18 (patch) (unidiff) | |
tree | 5e15d64d7ae4089d8ec9f8dfce483d5397419e5a | |
parent | cb41becd23ff810a245cda22f0308e552783040f (diff) | |
download | exp005-108ceb3e7e1c4f36d8d33e774c31cd5420c4cc18.zip exp005-108ceb3e7e1c4f36d8d33e774c31cd5420c4cc18.tar.gz exp005-108ceb3e7e1c4f36d8d33e774c31cd5420c4cc18.tar.bz2 |
Fixed typo in the comments.
-rw-r--r-- | src/controller/callbacks/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/callbacks/keyboard.c b/src/controller/callbacks/keyboard.c index d657053..dec8ba6 100644 --- a/src/controller/callbacks/keyboard.c +++ b/src/controller/callbacks/keyboard.c | |||
@@ -71,7 +71,7 @@ keyboard (unsigned char key, int x, int y) | |||
71 | 71 | ||
72 | case 'z': | 72 | case 'z': |
73 | /* | 73 | /* |
74 | * Selection will be use to zoom. | 74 | * Selection will be used to zoom. |
75 | */ | 75 | */ |
76 | S.selection.purpose = ZOOM; | 76 | S.selection.purpose = ZOOM; |
77 | break; | 77 | break; |