X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fyaz4j%2FConnection.java;h=49d5aea19e574cc6f7569e024224d3e76e5f33d3;hb=ec11eeeb5288f7d1048aed90874cd896468159d4;hp=4d3f240970d937dc3005a05d2a959bf4bc658098;hpb=04a60ffa2d97a96191fcad999557818c7c95a5f9;p=yaz4j-moved-to-github.git diff --git a/src/main/java/org/yaz4j/Connection.java b/src/main/java/org/yaz4j/Connection.java index 4d3f240..49d5aea 100644 --- a/src/main/java/org/yaz4j/Connection.java +++ b/src/main/java/org/yaz4j/Connection.java @@ -14,7 +14,7 @@ import org.yaz4j.jni.yaz4jlib; * a socket) to the remote server as the programmer may want to specify options * on the object before establishing the actual connection. * - * The worflow for synchronous (the only addressed) operation when using this + * The work-flow for synchronous (the only addressed) operation when using this * class should be as follows (in pseudocode): * *