aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Jones <bjones@galois.com>2012-10-19 19:37:50 -0700
committerGravatar Benjamin Jones <bjones@galois.com>2012-10-19 19:37:50 -0700
commit336788ccac1db986dc1c55eb920dfd942152c1ed (patch)
treebcabe0c5b912929c9ce2eb71e8f122510c5efe2c
parent50812b159530a7441c1dae720bfebbf766b9a770 (diff)
fixed minor typo
-rw-r--r--rsTester/src/main/java/com/galois/fiveui/RSTestDescription.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsTester/src/main/java/com/galois/fiveui/RSTestDescription.java b/rsTester/src/main/java/com/galois/fiveui/RSTestDescription.java
index 0ccdf9a..53e09d1 100644
--- a/rsTester/src/main/java/com/galois/fiveui/RSTestDescription.java
+++ b/rsTester/src/main/java/com/galois/fiveui/RSTestDescription.java
@@ -25,7 +25,7 @@ import com.google.gson.JsonParseException;
/**
* RSTestDescriptions represent a set of tests for a specific RuleSet.
*
- * RSTestDescriptions are also GSON-serializiable (and deserializable).
+ * RSTestDescriptions are also JSON-serializiable (and deserializable).
*
* An example of the JSON is given below:
*