diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-08-01 16:56:25 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-08-01 23:40:12 +0900 |
commit | 9bac4d413e960e354a3cf81e3de9b1cb483d02ad (patch) | |
tree | b6555611ec9102dd5e2cf5917b0fb2c00ea5ed9f /framework/qa | |
parent | ca1897ede3faaf71d263ab2efaf975c74c46f8b5 (diff) |
typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
Diffstat (limited to 'framework/qa')
-rw-r--r-- | framework/qa/complex/dispatches/checkdispatchapi.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qa/complex/dispatches/checkdispatchapi.java b/framework/qa/complex/dispatches/checkdispatchapi.java index 946bbfa4a3b2..451b4e600870 100644 --- a/framework/qa/complex/dispatches/checkdispatchapi.java +++ b/framework/qa/complex/dispatches/checkdispatchapi.java @@ -48,7 +48,7 @@ import static org.junit.Assert.*; /** @short Check the interface XDispatchInformationProvider -@descr Because there exists more then one implementation of a dispatch +@descr Because there exists more than one implementation of a dispatch object, we have to test all these implementations ... */ public class checkdispatchapi |